|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestCase | |
---|---|
junit.extensions | Provides extended functionality for JUnit v3.x. |
junit.framework | Provides JUnit v3.x core classes. |
junit.textui | Provides JUnit v3.x command line based tool to run tests. |
Uses of TestCase in junit.extensions |
---|
Constructor parameters in junit.extensions with type arguments of type TestCase | |
---|---|
ActiveTestSuite(Class<? extends TestCase> theClass)
|
|
ActiveTestSuite(Class<? extends TestCase> theClass,
String name)
|
Uses of TestCase in junit.framework |
---|
Methods in junit.framework that return types with arguments of type TestCase | |
---|---|
static Constructor<? extends TestCase> |
TestSuite.getTestConstructor(Class<? extends TestCase> theClass)
Gets a constructor which takes a single String as its argument or a no arg constructor. |
Method parameters in junit.framework with type arguments of type TestCase | |
---|---|
void |
TestSuite.addTestSuite(Class<? extends TestCase> testClass)
Adds the tests from the given class to the suite |
static Test |
TestSuite.createTest(Class<? extends TestCase> theClass,
String name)
...as the moon sets over the early morning Merlin, Oregon mountains, our intrepid adventurers type... |
static Constructor<? extends TestCase> |
TestSuite.getTestConstructor(Class<? extends TestCase> theClass)
Gets a constructor which takes a single String as its argument or a no arg constructor. |
Constructor parameters in junit.framework with type arguments of type TestCase | |
---|---|
TestSuite(Class<? extends TestCase> theClass)
Constructs a TestSuite from the given class. |
|
TestSuite(Class<? extends TestCase> theClass,
String name)
Constructs a TestSuite from the given class with the given name. |
Uses of TestCase in junit.textui |
---|
Method parameters in junit.textui with type arguments of type TestCase | |
---|---|
static void |
TestRunner.run(Class<? extends TestCase> testClass)
Runs a suite extracted from a TestCase subclass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |