Class TestWithParameters

java.lang.Object
org.junit.runners.parameterized.TestWithParameters

public class TestWithParameters extends Object
A TestWithParameters keeps the data together that are needed for creating a runner for a single data set of a parameterized test. It has a name, the test class and a list of parameters.
Since:
4.12
  • Field Details

    • name

      private final String name
    • testClass

      private final TestClass testClass
    • parameters

      private final List<Object> parameters
  • Constructor Details

  • Method Details