| Package | Description |
|---|---|
| org.junit.experimental.theories | |
| org.junit.experimental.theories.internal | |
| org.junit.internal.runners.rules | |
| org.junit.runners |
Provides standard
Runner implementations. |
| org.junit.runners.parameterized | |
| org.junit.validator |
| Constructor and Description |
|---|
TheoryAnchor(FrameworkMethod testMethod,
TestClass testClass) |
| Modifier and Type | Method and Description |
|---|---|
static Assignments |
Assignments.allUnassigned(Method testMethod,
TestClass testClass)
Returns a new assignment list for
testMethod, with no params
assigned. |
| Constructor and Description |
|---|
AllMembersSupplier(TestClass type)
Constructs a new supplier for
type |
SpecificDataPointsSupplier(TestClass testClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMemberValidator.validate(TestClass target,
List<Throwable> errors)
Validate the
TestClass and adds reasons
for rejecting the class to a list of errors. |
| Modifier and Type | Method and Description |
|---|---|
protected TestClass |
ParentRunner.createTestClass(Class<?> testClass) |
TestClass |
ParentRunner.getTestClass()
Returns a
TestClass object wrapping the class to be executed. |
| Modifier and Type | Method and Description |
|---|---|
TestClass |
TestWithParameters.getTestClass() |
| Constructor and Description |
|---|
TestWithParameters(String name,
TestClass testClass,
List<Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
List<Exception> |
AnnotationValidator.validateAnnotatedClass(TestClass testClass)
Validates annotation on the given class.
|
List<Exception> |
TestClassValidator.validateTestClass(TestClass testClass)
Validate a single facet of a test class.
|
List<Exception> |
PublicClassValidator.validateTestClass(TestClass testClass)
Validate that the specified
TestClass is public. |
List<Exception> |
AnnotationsValidator.validateTestClass(TestClass testClass)
Validate all annotations of the specified test class that are be
annotated with
ValidateWith. |
Copyright © 2002–2017 JUnit. All rights reserved.