AfterClass

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

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

Constructors

Native
1.3

<init>

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

AfterClass()