BeforeClass
@Target([AnnotationTarget.FUNCTION]) annotation class BeforeClass
Marks a function to be executed before a suite. Not supported in Kotlin/Common.
Constructors
<init>
Marks a function to be executed before a suite. Not supported in Kotlin/Common.
BeforeClass()