Package fr.gouv.vitam.common.thread
Annotation Type RunWithCustomExecutor
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface RunWithCustomExecutorJunit Test method annotation used to run the associated test in a specific Thread (RunWithCustomExecutorRule. Mainly designed to run Tests inside VitamThreads
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description longtimeoutEquivalent of @Test(timeout=) for running tests with a VitamThread.
-