object AssertImpl : AssertImplCommon
Bundles different domain objects which are defined by the module atrium-domain-api to give users of Atrium 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. which inter alia delegates to the implementation of AssertionCollector. |
|
val comparable: ComparableAssertionsBuilder
Returns ComparableAssertionsBuilder which inter alia delegates to the implementation of ComparableAssertions. |
|
val coreFactory: CoreFactory
Returns the implementation of CoreFactory.
In detail, its an |
|
val feature: FeatureAssertionsBuilder
Returns FeatureAssertionsBuilder 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 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. |
open fun <T, R : Any>
Creates a new AssertionPlant based on the given subjectProvider whereas the AssertionPlant delegates assertion checking to the given originalPlant. open fun <T, R : Any> |
|
open fun <T, R>
Creates a new AssertionPlantNullable based on the given subjectProvider whereas the AssertionPlant delegates assertion checking to the given originalPlant. open fun <T, R : Any> |
val AssertImpl.bigDecimal: BigDecimalAssertionsBuilder
Bundles different domain objects which are defined by the module atrium-domain-api to give users of Atrium a fluent API for the domain as well. |