| androidx.test.filters.SdkSuppress |
Indicates that a specific test or class requires a minimum or maximum API Level to execute.
Test(s) will be skipped when executed on android platforms less/more than specified level (inclusive).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The maximum API level to execute (inclusive)
| |||||||||||
The minimum API level to execute (inclusive)
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
The maximum API level to execute (inclusive)
| Returns | |
|---|---|
int |
|
The minimum API level to execute (inclusive)
| Returns | |
|---|---|
int |
|