Class | Description |
---|---|
InstrumentationTestSuiteBuilder |
A suite builder that finds instrumentation tests.
|
SmokeTestSuiteBuilder |
A suite builder that runs smoke tests.
|
TestGrouping |
Represents a collection of test classes present on the classpath.
|
TestMethod |
Represents a test to be run.
|
TestPredicates |
Not needed for 1.0 SDK.
|
TestSuiteBuilder |
Build suites based on a combination of included packages, excluded packages,
and predicates that must be satisfied.
|
TestSuiteBuilder.FailedToCreateTests |
A special
junit.framework.TestCase used to indicate a failure during the build()
step. |
UnitTestSuiteBuilder |
A suite builder that finds unit tests.
|