Package fr.gouv.vitam.common.thread
Annotation Interface RunWithCustomExecutor
Junit 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 ElementsModifier and TypeOptional ElementDescriptionlongEquivalent of @Test(timeout=) for running tests with a VitamThread.
-
Element Details
-
timeout
long timeoutEquivalent of @Test(timeout=) for running tests with a VitamThread. - Default:
- 0L
-