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

AfterAll

annotation class AfterAll

Marks a function to be executed after each spec

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

See Also

AfterEach

BeforeAll

Constructors

<init>

Marks a function to be executed after each spec

AfterAll()