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:
  • Method Details

    • getTestMethod

      Method getTestMethod()
    • getInstanceArguments

      List<Object> getInstanceArguments()