Test

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
expect annotation class Test(source)

Marks a function as a test.

Since Kotlin

1.0
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
actual annotation class Test(source)

Marks a function as a test.

Since Kotlin

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

Since Kotlin

1.0
actual typealias Test = org.junit.jupiter.api.Test

Since Kotlin

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

Since Kotlin

1.0
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
actual annotation class Test(source)

Marks a function as a test.

Since Kotlin

1.3
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
actual annotation class Test(source)

Marks a function as a test.

Since Kotlin

1.8
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
actual annotation class Test(source)

Marks a function as a test.

Since Kotlin

1.8