kotest-core / io.kotest.core.spec.style / AnnotationSpec / Before / <init>

<init>

Before()

Marks a function to be executed before each test

This can be used in AnnotationSpec to mark a function to be executed before every test by Kotest Engine

See Also

BeforeClass

After