Quicknav
Quicknav
Design
Develop
Distribute
Links
Google Play Developer Console
Android Developers Blog
About Android
Android Sites
Android.com
Android Developers
Android Open Source Project
close
About
Wear
TV
Auto
Get Started
Devices
Style
Patterns
Building Blocks
Downloads
Videos
Training
API Guides
Reference
Tools
Google Services
Google Play
Essentials
Get Users
Engage & Retain
Monetize
Analyze
Tools & Reference
Developer Stories
Training
API Guides
Reference
Tools
Google Services
Results
Loading...
SdkSuppress
API level:
Android APIs
android.support.test
android.support.test.annotation
android.support.test.espresso
android.support.test.espresso.action
android.support.test.espresso.assertion
android.support.test.espresso.base
android.support.test.espresso.contrib
android.support.test.espresso.intent
android.support.test.espresso.intent.matcher
android.support.test.espresso.intent.rule
android.support.test.espresso.matcher
android.support.test.espresso.util
android.support.test.filters
android.support.test.rule
android.support.test.runner
android.support.test.runner.intent
android.support.test.runner.lifecycle
android.support.test.uiautomator
Annotations
FlakyTest
RequiresDevice
SdkSuppress
fullscreen
Use Tree Navigation
Use Panel Navigation
Summary:
Inherited Methods
|
[Expand All]
public abstract @interface
SdkSuppress
implements Annotation
android.support.test.filters.SdkSuppress
Class Overview
Indicates that a specific test or class requires a minimum API Level to execute.
Test(s) will be skipped when executed on android platforms less than specified level.
Summary
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
annotationType
()
abstract boolean
equals
(Object arg0)
abstract int
hashCode
()
abstract String
toString
()