kotest-core / io.kotest.core.spec.style / AnnotationSpec / BeforeClass

BeforeClass

annotation class BeforeClass

Marks a function to be executed before each spec

This can be used in AnnotationSpec to mark a function to be executed before a spec by Kotest Engine.

See Also

Before

AfterClass

Constructors

<init>

Marks a function to be executed before each spec

BeforeClass()