interface AssertImplCommon
abstract val any: AnyAssertionsBuilder
Returns AnyAssertionsBuilder which inter alia delegates to the implementation of AnyAssertions. |
|
abstract val builder: AssertionBuilder
Returns AssertionBuilder - helping you creating Assertions.
In detail, its an |
|
abstract val charSequence: CharSequenceAssertionsBuilder
Returns CharSequenceAssertionsBuilder which inter alia delegates to the implementation of CharSequenceAssertions. |
|
abstract val collection: CollectionAssertionsBuilder
Returns CollectionAssertionsBuilder which inter alia delegates to the implementation of CollectionAssertions. |
|
abstract val collector: AssertionCollectorBuilder
Returns AssertionCollectorBuilder - helping you to collect feature assertions. which inter alia delegates to the implementation of AssertionCollector. |
|
abstract val comparable: ComparableAssertionsBuilder
Returns ComparableAssertionsBuilder which inter alia delegates to the implementation of ComparableAssertions. |
|
abstract val coreFactory: CoreFactory
Returns the implementation of CoreFactory.
In detail, its an |
|
abstract val feature: FeatureAssertionsBuilder
Returns FeatureAssertionsBuilder which inter alia delegates to the implementation of FeatureAssertions. |
|
abstract val floatingPoint: FloatingPointAssertionsBuilder
Returns FloatingPointAssertionsBuilder - Assertions applicable to Float, Double and maybe more - which inter alia delegates to the implementation of FloatingPointAssertions. |
|
abstract val iterable: IterableAssertionsBuilder
Returns IterableAssertionsBuilder. which inter alia delegates to the implementation of IterableAssertions. |
|
abstract val list: ListAssertionsBuilder
Returns ListAssertionsBuilder which inter alia delegates to the implementation of ListAssertions. |
|
abstract val map: MapAssertionsBuilder
Returns MapAssertionsBuilder which inter alia delegates to the implementation of MapAssertions. |
|
abstract val pair: PairAssertionsBuilder
Returns PairAssertionsBuilder which inter alia delegates to the implementation of PairAssertions. |
|
abstract 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> |
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. |