Uses of Interface
com.carrotsearch.randomizedtesting.TestMethodAndParams
-
Packages that use TestMethodAndParams Package Description com.carrotsearch.randomizedtesting com.carrotsearch.randomizedtesting.annotations -
-
Uses of TestMethodAndParams in com.carrotsearch.randomizedtesting
Classes in com.carrotsearch.randomizedtesting that implement TestMethodAndParams Modifier and Type Class Description private static class
RandomizedRunner.TestMethodExecution
Helper tuple (Method, instance params). -
Uses of TestMethodAndParams in com.carrotsearch.randomizedtesting.annotations
Methods in com.carrotsearch.randomizedtesting.annotations that return types with arguments of type TestMethodAndParams Modifier and Type Method Description java.lang.Class<? extends java.util.Comparator<TestMethodAndParams>>
value()
The comparator used to sort all test cases.Methods in com.carrotsearch.randomizedtesting.annotations with parameters of type TestMethodAndParams Modifier and Type Method Description int
TestCaseOrdering.AlphabeticOrder. compare(TestMethodAndParams o1, TestMethodAndParams o2)
-