BeforeTest
@Target
(
[AnnotationTarget.FUNCTION]
)
annotation
class
BeforeTest
(Common source) (JS source) (Native source)
Marks a function to be invoked before each test.
Constructors
<init>
Marks a function to be invoked before each test.
<init>
(
)