android.test.suitebuilder.annotation
Annotations
| 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. | 
