Wow
Toggle table of contents
6.0.6
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-test
/
me.ahoo.wow.test.aggregate.dsl
/
DefaultForkedVerifiedStageDsl
Default
Forked
Verified
Stage
Dsl
class
DefaultForkedVerifiedStageDsl
<
S
:
Any
>
(
val
delegate
:
VerifiedStage
<
S
>
)
:
AbstractGivenStageDsl
<
S
>
,
ForkedVerifiedStageDsl
<
S
>
Members
Constructors
Default
Forked
Verified
Stage
Dsl
Link copied to clipboard
constructor
(
delegate
:
VerifiedStage
<
S
>
)
Properties
delegate
Link copied to clipboard
open
override
val
delegate
:
VerifiedStage
<
S
>
dynamic
Nodes
Link copied to clipboard
open
override
val
dynamicNodes
:
MutableList
<
DynamicNode
>
name
Link copied to clipboard
override
var
name
:
String
state
Aggregate
Link copied to clipboard
open
val
stateAggregate
:
StateAggregate
<
S
>
state
Root
Link copied to clipboard
open
val
stateRoot
:
S
verified
Result
Link copied to clipboard
open
override
val
verifiedResult
:
ExpectedResult
<
S
>
Functions
given
Event
Link copied to clipboard
abstract
fun
givenEvent
(
event
:
Any
,
block
:
WhenDsl
<
S
>
.
(
)
->
Unit
)
abstract
fun
givenEvent
(
events
:
Array
<
out
Any
>
=
emptyArray()
,
block
:
WhenDsl
<
S
>
.
(
)
->
Unit
)
given
Owner
Id
Link copied to clipboard
abstract
fun
givenOwnerId
(
ownerId
:
String
)
given
State
Link copied to clipboard
abstract
fun
givenState
(
state
:
S
,
version
:
Int
,
block
:
WhenDsl
<
S
>
.
(
)
->
Unit
)
inject
Link copied to clipboard
abstract
fun
inject
(
inject
:
ServiceProvider
.
(
)
->
Unit
)
name
Link copied to clipboard
abstract
fun
name
(
name
:
String
)
when
Command
Link copied to clipboard
open
override
fun
whenCommand
(
command
:
Any
,
header
:
Header
,
ownerId
:
String
,
block
:
ExpectDsl
<
S
>
.
(
)
->
Unit
)