androidx.test.filters
Annotations
CustomFilter | 
            
               Custom test filters for Android tests.  | 
          
FlakyTest | 
            
               Designates a test as being flaky (non-deterministic).  | 
          
LargeTest | 
            
               Annotation to assign a large test size qualifier to a test.  | 
          
MediumTest | 
            
               Annotation to assign a medium test size qualifier to a test.  | 
          
RequiresDevice | 
            
               This annotation is deprecated. This annotation should provide limited benefit.  | 
          
SdkSuppress | 
            
               Indicates that a specific test or class should not be run on certain API levels.  | 
          
SmallTest | 
            
               Annotation to assign a small test size qualifier to a test.  | 
          
Suppress | 
            
               This annotation is deprecated. Use   | 
          
Classes
AbstractFilter | 
            
               Helper parent class for   |