Uses of Class
org.junit.runners.model.TestClass
-
Packages that use TestClass Package Description org.junit.experimental.theories org.junit.experimental.theories.internal org.junit.internal.runners.rules org.junit.runners Provides standardRunner
implementations.org.junit.runners.parameterized org.junit.validator -
-
Uses of TestClass in org.junit.experimental.theories
Fields in org.junit.experimental.theories declared as TestClass Modifier and Type Field Description private TestClass
Theories.TheoryAnchor. testClass
Methods in org.junit.experimental.theories that return TestClass Modifier and Type Method Description private TestClass
Theories.TheoryAnchor. getTestClass()
Constructors in org.junit.experimental.theories with parameters of type TestClass Constructor Description TheoryAnchor(FrameworkMethod testMethod, TestClass testClass)
-
Uses of TestClass in org.junit.experimental.theories.internal
Fields in org.junit.experimental.theories.internal declared as TestClass Modifier and Type Field Description private TestClass
AllMembersSupplier. clazz
private TestClass
Assignments. clazz
Methods in org.junit.experimental.theories.internal with parameters of type TestClass Modifier and Type Method Description static Assignments
Assignments. allUnassigned(java.lang.reflect.Method testMethod, TestClass testClass)
Returns a new assignment list fortestMethod
, with no params assigned.Constructors in org.junit.experimental.theories.internal with parameters of type TestClass Constructor Description AllMembersSupplier(TestClass type)
Constructs a new supplier fortype
Assignments(java.util.List<PotentialAssignment> assigned, java.util.List<ParameterSignature> unassigned, TestClass clazz)
SpecificDataPointsSupplier(TestClass testClass)
-
Uses of TestClass in org.junit.internal.runners.rules
Methods in org.junit.internal.runners.rules with parameters of type TestClass Modifier and Type Method Description void
RuleMemberValidator. validate(TestClass target, java.util.List<java.lang.Throwable> errors)
Validate theTestClass
and adds reasons for rejecting the class to a list of errors. -
Uses of TestClass in org.junit.runners
Fields in org.junit.runners declared as TestClass Modifier and Type Field Description private TestClass
ParentRunner. testClass
Methods in org.junit.runners that return TestClass Modifier and Type Method Description protected TestClass
ParentRunner. createTestClass(java.lang.Class<?> testClass)
TestClass
ParentRunner. getTestClass()
Returns aTestClass
object wrapping the class to be executed.Methods in org.junit.runners with parameters of type TestClass Modifier and Type Method Description private static TestWithParameters
Parameterized. createTestWithParameters(TestClass testClass, java.lang.String pattern, int index, java.lang.Object[] parameters)
-
Uses of TestClass in org.junit.runners.parameterized
Fields in org.junit.runners.parameterized declared as TestClass Modifier and Type Field Description private TestClass
TestWithParameters. testClass
Methods in org.junit.runners.parameterized that return TestClass Modifier and Type Method Description TestClass
TestWithParameters. getTestClass()
Constructors in org.junit.runners.parameterized with parameters of type TestClass Constructor Description TestWithParameters(java.lang.String name, TestClass testClass, java.util.List<java.lang.Object> parameters)
-
Uses of TestClass in org.junit.validator
Methods in org.junit.validator that return types with arguments of type TestClass Modifier and Type Method Description (package private) java.lang.Iterable<TestClass>
AnnotationsValidator.ClassValidator. getAnnotatablesForTestClass(TestClass testClass)
Methods in org.junit.validator with parameters of type TestClass Modifier and Type Method Description (package private) abstract java.lang.Iterable<T>
AnnotationsValidator.AnnotatableValidator. getAnnotatablesForTestClass(TestClass testClass)
(package private) java.lang.Iterable<TestClass>
AnnotationsValidator.ClassValidator. getAnnotatablesForTestClass(TestClass testClass)
(package private) java.lang.Iterable<FrameworkField>
AnnotationsValidator.FieldValidator. getAnnotatablesForTestClass(TestClass testClass)
(package private) java.lang.Iterable<FrameworkMethod>
AnnotationsValidator.MethodValidator. getAnnotatablesForTestClass(TestClass testClass)
(package private) java.util.List<java.lang.Exception>
AnnotationsValidator.ClassValidator. validateAnnotatable(AnnotationValidator validator, TestClass testClass)
java.util.List<java.lang.Exception>
AnnotationValidator. validateAnnotatedClass(TestClass testClass)
Validates annotation on the given class.java.util.List<java.lang.Exception>
AnnotationsValidator.AnnotatableValidator. validateTestClass(TestClass testClass)
java.util.List<java.lang.Exception>
AnnotationsValidator. validateTestClass(TestClass testClass)
Validate all annotations of the specified test class that are be annotated withValidateWith
.java.util.List<java.lang.Exception>
PublicClassValidator. validateTestClass(TestClass testClass)
Validate that the specifiedTestClass
is public.java.util.List<java.lang.Exception>
TestClassValidator. validateTestClass(TestClass testClass)
Validate a single facet of a test class.
-