object OptionalAssertionsBuilder : OptionalAssertions
(source)
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.
fun <T : Optional<*>> isEmpty(expect: Expect<T>): Assertion |
|
fun <E, T : Optional<E>> isPresent(expect: Expect<T>): ExtractedFeaturePostStep<T, E> |