Class | Description |
---|---|
HasAnnotation |
A predicate that checks to see if a
TestMethod has a specific annotation, either on the
method or on the containing class. |
Annotation Type | Description |
---|---|
LargeTest | Deprecated
Use
LargeTest instead.
|
MediumTest | Deprecated
Use
MediumTest instead.
|
SmallTest | Deprecated
Use
SmallTest instead.
|
Smoke | Deprecated
New tests should be written using the
Android Testing Support Library.
|
Suppress | Deprecated
Use
Suppress instead.
|