Android 2.3 Gingerbread

Package android.test.suitebuilder

Utility classes supporting the test runner classes.

See:
          Description

Class Summary
AssignableFrom  
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 TestCase used to indicate a failure during the build() step.
UnitTestSuiteBuilder A suite builder that finds unit tests.
 

Package android.test.suitebuilder Description

Utility classes supporting the test runner classes.


Android 2.3 Gingerbread