kotest-core / io.kotest.core.listeners / ProjectListener

ProjectListener

interface ProjectListener : Listener

Reusable extension to be registered with project config or auto scanned via @autoscan.

Functions

afterProject

Executed after the last test of the project.

open fun afterProject(): Unit

beforeProject

Executed before the first test of the project.

open fun beforeProject(): Unit