Wow
Toggle table of contents
6.0.6
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-test
/
me.ahoo.wow.test
/
SagaSpec
Saga
Spec
abstract
class
SagaSpec
<
T
:
Any
>
(
block
:
StatelessSagaDsl
<
T
>
.
(
)
->
Unit
)
:
AbstractDynamicTestBuilder
Members
Constructors
Saga
Spec
Link copied to clipboard
constructor
(
block
:
StatelessSagaDsl
<
T
>
.
(
)
->
Unit
)
Properties
dynamic
Nodes
Link copied to clipboard
open
override
val
dynamicNodes
:
MutableList
<
DynamicNode
>
processor
Type
Link copied to clipboard
val
processorType
:
Class
<
T
>
Functions
execute
Link copied to clipboard
@
TestFactory
fun
execute
(
)
:
Stream
<
DynamicNode
>