interface AssertImplCommon (source)
abstract val 
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 
Returns CharSequenceAssertionsBuilder which inter alia delegates to the implementation of CharSequenceAssertions.  | 
|
abstract val 
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 
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 
Returns FeatureAssertionsBuilder which inter alia delegates to the implementation of FeatureAssertions.  | 
|
abstract val 
Returns FloatingPointAssertionsBuilder - Assertions applicable to Float, Double and maybe more - which inter alia delegates to the implementation of FloatingPointAssertions.  | 
|
abstract val 
Returns IterableAssertionsBuilder. which inter alia delegates to the implementation of IterableAssertions.  | 
|
abstract val 
Returns ListAssertionsBuilder which inter alia delegates to the implementation of ListAssertions.  | 
|
abstract val 
Returns MapAssertionsBuilder which inter alia delegates to the implementation of MapAssertions.  | 
|
abstract val 
Returns PairAssertionsBuilder which inter alia delegates to the implementation of PairAssertions.  | 
|
abstract val 
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 
Bundles different domain objects which are defined by the module atrium-domain-api to give users of Atrium a fluent API as well.  |