spek-api / org.jetbrains.spek.api.lifecycle / LifecycleListener

LifecycleListener

interface LifecycleListener

Author
Ranie Jade Ramiso

Since
1.1

Functions

afterExecuteAction open fun afterExecuteAction(action: ActionScope): Unit
afterExecuteGroup open fun afterExecuteGroup(group: GroupScope): Unit
afterExecuteTest open fun afterExecuteTest(test: TestScope): Unit
beforeExecuteAction open fun beforeExecuteAction(action: ActionScope): Unit
beforeExecuteGroup open fun beforeExecuteGroup(group: GroupScope): Unit
beforeExecuteTest open fun beforeExecuteTest(test: TestScope): Unit