BeforeTest

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

Marks a function to be invoked before each test.

Since Kotlin

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

Marks a function to be invoked before each test.

Since Kotlin

1.0
actual typealias BeforeTest = Before(source)(source)

Since Kotlin

1.0
actual typealias BeforeTest = Before(source)(source)

Since Kotlin

1.0