Package-level declarations

Contains (default) implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.

Types

Link copied to clipboard
class FinalStepImpl<T>(val subject: T, val expectationVerb: Translatable, val options: RootExpectOptions<T>?) : RootExpectBuilder.FinalStep<T>
Link copied to clipboard
class OptionsStepImpl<T>(val subject: T, val expectationVerb: Translatable) : RootExpectBuilder.OptionsStep<T>