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) |