Android 2.3 Gingerbread

Package android.test.suitebuilder.annotation

Utility classes supporting the test runner classes.

See:
          Description

Class Summary
HasAnnotation A predicate that checks to see if a TestMethod has a specific annotation, either on the method or on the containing class.
HasClassAnnotation A predicate that checks to see if a TestMethod has a specific annotation on the containing class.
HasMethodAnnotation A predicate that checks to see if a the method represented by TestMethod has a certain annotation on it.
 

Annotation Types Summary
LargeTest Marks a test that should run as part of the large tests.
MediumTest Marks a test that should run as part of the medium tests.
SmallTest Marks a test that should run as part of the small tests.
Smoke Marks a test that should run as part of the smoke tests.
Suppress Use this annotation on test classes or test methods that should not be included in a test suite.
 

Package android.test.suitebuilder.annotation Description

Utility classes supporting the test runner classes.


Android 2.3 Gingerbread