Android8Only

annotation class Android8Only

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

Constructors

Link copied to clipboard
fun Android8Only()