Package de.hybris.platform.task.utils
Annotation Type NeedsTaskEngine
-
@Retention(RUNTIME) @Target(TYPE) public @interface NeedsTaskEngineMarker annotation which let's test framework know, that this test needs a running task engine.
For tests marked with this annotation, test framework will automatically start task engine before, and stop after the test.