Uses of Class
org.junit.runners.model.TestClass
Packages that use TestClass
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
Provides standard
Runner
implementations.-
Uses of TestClass in org.junit.experimental.theories
Fields in org.junit.experimental.theories declared as TestClassMethods in org.junit.experimental.theories that return TestClassConstructors in org.junit.experimental.theories with parameters of type TestClassModifierConstructorDescriptionprotected
TheoryAnchor
(FrameworkMethod testMethod, TestClass testClass) -
Uses of TestClass in org.junit.experimental.theories.internal
Fields in org.junit.experimental.theories.internal declared as TestClassModifier and TypeFieldDescriptionprivate final TestClass
AllMembersSupplier.clazz
private final TestClass
Assignments.clazz
Methods in org.junit.experimental.theories.internal with parameters of type TestClassModifier and TypeMethodDescriptionstatic Assignments
Assignments.allUnassigned
(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 TestClassModifierConstructorDescriptionAllMembersSupplier
(TestClass type) Constructs a new supplier fortype
private
Assignments
(List<PotentialAssignment> assigned, 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 -
Uses of TestClass in org.junit.runner
Methods in org.junit.runner with parameters of type TestClassModifier and TypeMethodDescriptionOrderWithValidator.validateAnnotatedClass
(TestClass testClass) Adds toerrors
a throwable for each problem detected. -
Uses of TestClass in org.junit.runners
Fields in org.junit.runners declared as TestClassModifier and TypeFieldDescriptionprivate final TestClass
Parameterized.RunnersFactory.testClass
private final TestClass
ParentRunner.testClass
Methods in org.junit.runners that return TestClassModifier and TypeMethodDescriptionprotected TestClass
ParentRunner.createTestClass
(Class<?> testClass) Deprecated.final TestClass
ParentRunner.getTestClass()
Returns aTestClass
object wrapping the class to be executed.Methods in org.junit.runners with parameters of type TestClassModifier and TypeMethodDescriptionParameterized.RunnersFactory.allParameters
(TestClass testClass, FrameworkMethod parametersMethod) private TestWithParameters
Parameterized.RunnersFactory.createTestWithParameters
(TestClass testClass, String pattern, int index, Object[] parameters) private static FrameworkMethod
Parameterized.RunnersFactory.getParametersMethod
(TestClass testClass) private static Exception
Parameterized.RunnersFactory.parametersMethodReturnedWrongType
(TestClass testClass, FrameworkMethod parametersMethod) Constructors in org.junit.runners with parameters of type TestClassModifierConstructorDescription(package private)
AssumptionViolationRunner
(TestClass testClass, String methodName, AssumptionViolatedException exception) protected
BlockJUnit4ClassRunner
(TestClass testClass) Creates a BlockJUnit4ClassRunner to runtestClass
.protected
ParentRunner
(TestClass testClass) Constructs a newParentRunner
that will run theTestClass
. -
Uses of TestClass in org.junit.runners.parameterized
Fields in org.junit.runners.parameterized declared as TestClassMethods in org.junit.runners.parameterized that return TestClassConstructors in org.junit.runners.parameterized with parameters of type TestClassModifierConstructorDescriptionTestWithParameters
(String name, TestClass testClass, List<Object> parameters) -
Uses of TestClass in org.junit.validator
Methods in org.junit.validator that return types with arguments of type TestClassModifier and TypeMethodDescriptionAnnotationsValidator.ClassValidator.getAnnotatablesForTestClass
(TestClass testClass) Methods in org.junit.validator with parameters of type TestClassModifier and TypeMethodDescriptionAnnotationsValidator.AnnotatableValidator.getAnnotatablesForTestClass
(TestClass testClass) AnnotationsValidator.ClassValidator.getAnnotatablesForTestClass
(TestClass testClass) (package private) Iterable<FrameworkField>
AnnotationsValidator.FieldValidator.getAnnotatablesForTestClass
(TestClass testClass) (package private) Iterable<FrameworkMethod>
AnnotationsValidator.MethodValidator.getAnnotatablesForTestClass
(TestClass testClass) AnnotationsValidator.ClassValidator.validateAnnotatable
(AnnotationValidator validator, TestClass testClass) AnnotationValidator.validateAnnotatedClass
(TestClass testClass) Validates annotation on the given class.AnnotationsValidator.AnnotatableValidator.validateTestClass
(TestClass testClass) AnnotationsValidator.validateTestClass
(TestClass testClass) Validate all annotations of the specified test class that are be annotated withValidateWith
.PublicClassValidator.validateTestClass
(TestClass testClass) Validate that the specifiedTestClass
is public.TestClassValidator.validateTestClass
(TestClass testClass) Validate a single facet of a test class.
ParentRunner(org.junit.runners.model.TestClass)
.