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