Uses of Class
junit.framework.TestCase
Packages that use TestCase
Package
Description
Provides extended functionality for JUnit v3.x.
Provides JUnit v3.x core classes.
Provides JUnit v3.x command line based tool to run tests.
Provides implementations of
Runner
-
Uses of TestCase in junit.extensions
Constructor parameters in junit.extensions with type arguments of type TestCaseModifierConstructorDescriptionActiveTestSuite
(Class<? extends TestCase> theClass) ActiveTestSuite
(Class<? extends TestCase> theClass, String name) -
Uses of TestCase in junit.framework
Methods in junit.framework with parameters of type TestCaseMethod parameters in junit.framework with type arguments of type TestCaseModifier and TypeMethodDescriptionvoid
TestSuite.addTestSuite
(Class<? extends TestCase> testClass) Adds the tests from the given class to the suite.Constructor parameters in junit.framework with type arguments of type TestCase -
Uses of TestCase in junit.textui
Method parameters in junit.textui with type arguments of type TestCase -
Uses of TestCase in org.junit.internal.runners
Methods in org.junit.internal.runners with parameters of type TestCaseModifier and TypeMethodDescriptionprivate static Annotation[]
JUnit38ClassRunner.getAnnotations
(TestCase test) Get the annotations associated with given TestCase.