interface ProjectListener : Listener
Reusable extension to be registered with project config or auto scanned via @autoscan.
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 |