Package-level declarations
Types
Link copied to clipboard
abstract class AbstractGivenStageDsl<S : Any> : Decorator<GivenStage<S>> , GivenDsl<S> , Named, AbstractDynamicTestBuilder
Link copied to clipboard
Link copied to clipboard
class DefaultAggregateDsl<C : Any, S : Any>(commandAggregateType: Class<C>) : AggregateDsl<S> , AbstractDynamicTestBuilder
Link copied to clipboard
class DefaultExpectDsl<S : Any>(val delegate: ExpectStage<S>) : ExpectDsl<S> , Decorator<ExpectStage<S>> , AbstractDynamicTestBuilder
Link copied to clipboard
class DefaultForkedVerifiedStageDsl<S : Any>(val delegate: VerifiedStage<S>) : ForkedVerifiedStageDsl<S> , AbstractGivenStageDsl<S>
Link copied to clipboard
Link copied to clipboard
class DefaultWhenDsl<S : Any>(delegate: WhenStage<S>) : WhenDsl<S> , Named, AbstractDynamicTestBuilder
Link copied to clipboard
Link copied to clipboard