interface LifecycleListener
Author
Ranie Jade Ramiso
Since
1.1
| 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 |