Class TestWithParameters
java.lang.Object
org.junit.runners.parameterized.TestWithParameters
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
-
Constructor Summary
ConstructorsConstructorDescriptionTestWithParameters(String name, TestClass testClass, List<Object> parameters) -
Method Summary
-
Constructor Details
-
TestWithParameters
-
-
Method Details
-
getName
-
getTestClass
-
getParameters
-
hashCode
-
equals
-
toString
-