doc / ch.tutteli.atrium.domain.builders.creating / OptionalAssertionsBuilder

OptionalAssertionsBuilder

object OptionalAssertionsBuilder : OptionalAssertions
Deprecated: Use _logic from ch.tutteli.atrium.logic instead; will be removed with 1.0.0

Delegates inter alia to the implementation of OptionalAssertions. In detail, it implements OptionalAssertions by delegating to optionalAssertions which in turn delegates to the implementation via loadSingleService.

Functions

isEmpty

fun <T : Optional<*>> isEmpty(expect: Expect<T>): Assertion

isPresent

fun <E, T : Optional<E>> isPresent(expect: Expect<T>): ExtractedFeaturePostStep<T, E>