Ignore

expect annotation class Ignore(source)

Marks a test or a suite as ignored.

Since Kotlin

1.0
actual annotation class Ignore(source)

Marks a test or a suite as ignored.

Since Kotlin

1.1
actual typealias Ignore = org.junit.Ignore(source)

Since Kotlin

1.0
actual typealias Ignore = Disabled

Since Kotlin

1.0
actual typealias Ignore = org.testng.annotations.Ignore

Since Kotlin

1.0
actual annotation class Ignore(source)

Marks a test or a suite as ignored.

Since Kotlin

1.3
actual annotation class Ignore(source)

Marks a test or a suite as ignored.

Since Kotlin

1.8
actual annotation class Ignore(source)

Marks a test or a suite as ignored.

Since Kotlin

1.8