when

fun when(event: E, vararg events: E): UpdateSpec.Then<M, F>

Defines the event(s) that should be executed when the test is run. Events are executed in the order supplied.

Return

a Then instance for the remainder of the spec

Parameters

event

the first events

events

the following events, possibly none