Annotation Type TestCaseOrdering
Test case ordering. The returned comparator will be used for sorting
all
TestMethodAndParams
entries, where method is the test method
and params are potential parameters to the constructor for a given
test (if ParametersFactory
is used).
The sort is stable with respect to the original (shuffled) order of
test cases.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Alphabetic, increasing order by method name. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends Comparator<TestMethodAndParams>> The comparator used to sort all test cases.
-
Element Details
-
value
Class<? extends Comparator<TestMethodAndParams>> valueThe comparator used to sort all test cases.- See Also:
-