-
-
Notifications
You must be signed in to change notification settings - Fork 3
SpekForge
Xavier Gouchet edited this page Aug 24, 2020
·
1 revision
fun Root.spekForge(seeds:
Map
<
String
,
Long
> = emptyMap(), configurator: ForgeConfigurator? = null): Forge
Creates a Forge instance for the root Spek scope, already configured with a ForgeLifecycleListener.
seeds
- a map containing the seeds to reset your test scopes (the key should be the qualified name of
your tests, with each parent group named separated by a "/"; e.g.: "group name/sub group name/test name").
configurator
- the ForgeConfigurator instance to use (leave empty if not necessary)
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)