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.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runners Provides standardRunnerimplementations.org.junit.runners.parameterized org.junit.validator -
-
Uses of TestClass in org.junit.experimental.theories
Constructors in org.junit.experimental.theories with parameters of type TestClass Constructor Description Theories(TestClass testClass)TheoryAnchor(FrameworkMethod testMethod, TestClass testClass) -
Uses of TestClass in org.junit.experimental.theories.internal
Methods in org.junit.experimental.theories.internal with parameters of type TestClass Modifier and Type Method Description static AssignmentsAssignments. 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 fortypeSpecificDataPointsSupplier(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 voidRuleMemberValidator. validate(TestClass target, java.util.List<java.lang.Throwable> errors)Validate theTestClassand adds reasons for rejecting the class to a list of errors. -
Uses of TestClass in org.junit.runner
Methods in org.junit.runner with parameters of type TestClass Modifier and Type Method Description java.util.List<java.lang.Exception>OrderWithValidator. validateAnnotatedClass(TestClass testClass)Adds toerrorsa throwable for each problem detected. -
Uses of TestClass in org.junit.runners
Methods in org.junit.runners that return TestClass Modifier and Type Method Description protected TestClassParentRunner. createTestClass(java.lang.Class<?> testClass)Deprecated.Please useParentRunner(org.junit.runners.model.TestClass).TestClassParentRunner. getTestClass()Returns aTestClassobject wrapping the class to be executed.Constructors in org.junit.runners with parameters of type TestClass Constructor Description BlockJUnit4ClassRunner(TestClass testClass)Creates a BlockJUnit4ClassRunner to runtestClass.ParentRunner(TestClass testClass)Constructs a newParentRunnerthat will run theTestClass. -
Uses of TestClass in org.junit.runners.parameterized
Methods in org.junit.runners.parameterized that return TestClass Modifier and Type Method Description TestClassTestWithParameters. 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 with parameters of type TestClass Modifier and Type Method Description java.util.List<java.lang.Exception>AnnotationValidator. validateAnnotatedClass(TestClass testClass)Validates annotation on the given class.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 specifiedTestClassis public.java.util.List<java.lang.Exception>TestClassValidator. validateTestClass(TestClass testClass)Validate a single facet of a test class.
-