Annotation Type TestCaseOrdering
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface TestCaseOrderingTest case ordering. The returned comparator will be used for sorting allTestMethodAndParamsentries, where method is the test method and params are potential parameters to the constructor for a given test (ifParametersFactoryis used). The sort is stable with respect to the original (shuffled) order of test cases.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends java.util.Comparator<TestMethodAndParams>>valueThe comparator used to sort all test cases.
-
-
-
Element Detail
-
value
java.lang.Class<? extends java.util.Comparator<TestMethodAndParams>> value
The comparator used to sort all test cases.- See Also:
TestCaseOrdering
-
-