public class TestWithParameters extends Object
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.Constructor and Description |
---|
TestWithParameters(String name,
TestClass testClass,
List<Object> parameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
List<Object> |
getParameters() |
TestClass |
getTestClass() |
int |
hashCode() |
String |
toString() |