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