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
Constructors in org.junit.experimental.theories with parameters of type TestClassModifierConstructorDescriptionprotectedTheoryAnchor(FrameworkMethod testMethod, TestClass testClass) -
Uses of TestClass in org.junit.experimental.theories.internal
Methods in org.junit.experimental.theories.internal with parameters of type TestClassModifier and TypeMethodDescriptionstatic AssignmentsAssignments.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 fortypeSpecificDataPointsSupplier(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 toerrorsa throwable for each problem detected. -
Uses of TestClass in org.junit.runners
Methods in org.junit.runners that return TestClassModifier and TypeMethodDescriptionprotected TestClassParentRunner.createTestClass(Class<?> testClass) Deprecated.final TestClassParentRunner.getTestClass()Returns aTestClassobject wrapping the class to be executed.Constructors in org.junit.runners with parameters of type TestClassModifierConstructorDescriptionprotectedBlockJUnit4ClassRunner(TestClass testClass) Creates a BlockJUnit4ClassRunner to runtestClass.protectedParentRunner(TestClass testClass) Constructs a newParentRunnerthat will run theTestClass. -
Uses of TestClass in org.junit.runners.parameterized
Methods 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 with parameters of type TestClassModifier and TypeMethodDescriptionAnnotationValidator.validateAnnotatedClass(TestClass testClass) Validates annotation on the given class.AnnotationsValidator.validateTestClass(TestClass testClass) Validate all annotations of the specified test class that are be annotated withValidateWith.PublicClassValidator.validateTestClass(TestClass testClass) Validate that the specifiedTestClassis public.TestClassValidator.validateTestClass(TestClass testClass) Validate a single facet of a test class.
ParentRunner(org.junit.runners.model.TestClass).