Android8Ignore

annotation class Android8Ignore(val reason: String)

Used to mark tests which should be ignored when ran on an Android 8.1 emulator to allow developers to quickly find ignored tests. Note: Marking tests with this annotation does not exclude them from usual tests suites. Note:Android8Plugin is referring to this annotation by class name.

Constructors

Link copied to clipboard
fun Android8Ignore(reason: String)

Properties

Link copied to clipboard
val reason: String