object ExpectImpl
(source)
Bundles different domain objects which are defined by the module atrium-domain-api to give assertion writers (and other consumers of the domain) a fluent API as well.
val any: AnyAssertionsBuilder
Returns AnyAssertionsBuilder which inter alia delegates to the implementation of AnyAssertions. |
|
val builder: AssertionBuilder
Returns AssertionBuilder - helping you creating Assertions.
In detail, its an |
|
val charSequence: CharSequenceAssertionsBuilder
Returns CharSequenceAssertionsBuilder which inter alia delegates to the implementation of CharSequenceAssertions. |
|
val collection: CollectionAssertionsBuilder
Returns CollectionAssertionsBuilder which inter alia delegates to the implementation of CollectionAssertions. |
|
val collector: AssertionCollectorBuilder
Returns AssertionCollectorBuilder - helping you to collect feature assertions.
In detail, its an |
|
val comparable: ComparableAssertionsBuilder
Returns ComparableAssertionsBuilder which inter alia delegates to the implementation of ComparableAssertions. |
|
val feature: NewFeatureAssertionsBuilder
Returns NewFeatureAssertionsBuilder which inter alia delegates to the implementation of FeatureAssertions. |
|
val floatingPoint: FloatingPointAssertionsBuilder
Returns FloatingPointAssertionsBuilder - Assertions applicable to Float, Double and maybe more - which inter alia delegates to the implementation of FloatingPointAssertions. |
|
val fun0: Fun0AssertionsBuilder
Returns Fun0AssertionsBuilder - Assertions applicable to lambdas with arity 0 which inter alia delegates to the implementation of FloatingPointAssertions. |
|
val iterable: IterableAssertionsBuilder
Returns IterableAssertionsBuilder. which inter alia delegates to the implementation of IterableAssertions. |
|
val list: ListAssertionsBuilder
Returns ListAssertionsBuilder which inter alia delegates to the implementation of ListAssertions. |
|
val map: MapAssertionsBuilder
Returns MapAssertionsBuilder which inter alia delegates to the implementation of MapAssertions. |
|
val pair: PairAssertionsBuilder
Returns PairAssertionsBuilder which inter alia delegates to the implementation of PairAssertions. |
|
val throwable: ThrowableAssertionsBuilder
Returns ThrowableAssertionsBuilder which inter alia delegates to the implementation of ThrowableAssertions. |
fun <T> changeSubject(originalExpect: Expect<T>): SubjectChangerBuilder.KindStep<T>
Returns SubjectChangerBuilder - helping you to change the subject of the assertion.
In detail, its an fun <T> |