kotest-core / io.kotest.core.spec / TestConfiguration / afterProject

afterProject

fun afterProject(f: AfterProject): Unit

Registers a callback that will execute after all specs have completed. This is a convenience method for creating a ProjectListener and registering it.