-
-
Notifications
You must be signed in to change notification settings - Fork 3
ForgeLifecycleListener
class ForgeLifecycleListener : LifecycleListener
A Spek LifecycleListener used to synchronize your Forge instance with Spek.
forge
- the Forge instance to keep synced with Spek scopes
seeds
- the seeds map (provide a specific seed for each scope in your Spek class)
ForgeLifecycleListener(forge: Forge, seeds:
Map
<
String
,
Long
>)
A Spek LifecycleListener used to synchronize your Forge instance with Spek.
forge
- the Forge instance to keep synced with Spek scopes
seeds
- the seeds map (provide a specific seed for each scope in your Spek class)
fun afterExecuteTest(test: TestScope, result: ExecutionResult):
Unit
Inheritdoc
fun beforeExecuteGroup(group: GroupScope):
Unit
Inheritdoc
fun beforeExecuteTest(test: TestScope):
Unit
Inheritdoc
Xavier F. Gouchet – @xgouchet
Distributed under the MIT license. See LICENSE.md for more information.
https://github.com/xgouchet/Elymr
- Home
- Getting Started
- Core Module
- Integrations
- Reference (core)
- Reference (junit4)
- Reference (junit5)
- Reference (spek)