Interface TestMethodAndParams
-
- All Known Implementing Classes:
RandomizedRunner.TestMethodExecution
public interface TestMethodAndParams
A single test case entry composed of the test method and the arguments eventually passed to the test class's constructor.- See Also:
TestCaseOrdering
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Object>
getInstanceArguments()
java.lang.reflect.Method
getTestMethod()
-