BeforeClass

Native
1.3
@Target ( [AnnotationTarget.FUNCTION] ) annotation class BeforeClass
(source)

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

Constructors

Native
1.3

<init>

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

BeforeClass ( )