Home | History | Annotate | Download | only in parameterized

Lines Matching refs:testClass

8 import org.junit.runners.model.TestClass;
20 private final TestClass testClass;
24 public TestWithParameters(String name, TestClass testClass,
27 notNull(testClass, "The test class is missing.");
30 this.testClass = testClass;
38 public TestClass getTestClass() {
39 return testClass;
50 result = prime * result + testClass.hashCode();
68 && testClass.equals(other.testClass);
73 return testClass.getName() + " '" + name + "' with parameters "