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 | Description |
|---|---|
TestWithParameters(String name,
TestClass testClass,
List<Object> parameters) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getName() |
|
List<Object> |
getParameters() |
|
TestClass |
getTestClass() |
|
int |
hashCode() |
|
String |
toString() |
public TestWithParameters(String name, TestClass testClass, List<Object> parameters)
public TestClass getTestClass()
public List<Object> getParameters()
Copyright © 2002–2018 JUnit. All rights reserved.