@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface TestCaseOrdering
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.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Comparator<TestMethodAndParams>> |
value
The comparator used to sort all test cases.
|
public abstract Class<? extends Comparator<TestMethodAndParams>> value
TestCaseOrderingCopyright © 2011–2025 Carrot Search s.c.. All rights reserved.