BeforeClass

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

Marks a function to be executed before a suite. Not supported in Kotlin/Common.

Since Kotlin

1.3