Contains interfaces defining the minimum set of assertion functions (on level domain) which an implementation has to provide.
interface AnyAssertions
Defines the minimum set of assertion functions and builders applicable to Any type, which an implementation of the domain of Atrium has to provide. |
|
interface BigDecimalAssertions
Defines the minimum set of assertion functions and builders applicable to BigDecimal, which an implementation of the domain of Atrium has to provide. |
|
interface CharSequenceAssertions
Defines the minimum set of assertion functions and builders applicable to CharSequence, which an implementation of the domain of Atrium has to provide. |
|
interface CollectionAssertions
Defines the minimum set of assertion functions and builders applicable to Collection, which an implementation of the domain of Atrium has to provide. |
|
interface ComparableAssertions
Defines the minimum set of assertion functions and builders applicable to Comparable, which an implementation of the domain of Atrium has to provide. |
|
interface FeatureAssertions
Defines the minimum set of assertion functions -- used to create feature assertions -- which an implementation of the domain of Atrium has to provide. |
|
expect interface FloatingPointAssertions : FloatingPointAssertionsCommon
Defines the minimum set of assertion functions and builders applicable to floating points, which an implementation of the domain of Atrium has to provide. |
|
interface FloatingPointAssertionsCommon
Defines the minimum set of assertion functions and builders applicable to floating points (Float, Double), which an implementation of the domain of Atrium has to provide for any platform. |
|
interface IterableAssertions
Defines the minimum set of assertion functions and builders applicable to Iterable, which an implementation of the domain of Atrium has to provide. |
|
interface ListAssertions
Defines the minimum set of assertion functions and builders applicable to List, which an implementation of the domain of Atrium has to provide. |
|
interface MapAssertions
Defines the minimum set of assertion functions and builders applicable to Map, which an implementation of the domain of Atrium has to provide. |
|
interface MapEntryAssertions
Defines the minimum set of assertion functions and builders applicable to Map, which an implementation of the domain of Atrium has to provide. |
|
interface PairAssertions
Defines the minimum set of assertion functions and builders applicable to Map, which an implementation of the domain of Atrium has to provide. |
|
interface ThrowableAssertions
Defines the minimum set of assertion functions and builders applicable to Throwable, which an implementation of the domain of Atrium has to provide. |
val anyAssertions: <ERROR CLASS>
The access point to an implementation of AnyAssertions. |
|
val bigDecimalAssertions: <ERROR CLASS>
The access point to an implementation of BigDecimalAssertions. |
|
val charSequenceAssertions: <ERROR CLASS>
The access point to an implementation of CharSequenceAssertions. |
|
val collectionAssertions: <ERROR CLASS>
The access point to an implementation of CollectionAssertions. |
|
val comparableAssertions: <ERROR CLASS>
The access point to an implementation of ComparableAssertions. |
|
val featureAssertions: <ERROR CLASS>
The access point to an implementation of FeatureAssertions. |
|
val floatingPointAssertions: <ERROR CLASS>
The access point to an implementation of FloatingPointAssertions. |
|
val iterableAssertions: <ERROR CLASS>
The access point to an implementation of IterableAssertions. |
|
val listAssertions: <ERROR CLASS>
The access point to an implementation of ListAssertions. |
|
val mapAssertions: <ERROR CLASS>
The access point to an implementation of MapAssertions. |
|
val mapEntryAssertions: <ERROR CLASS>
The access point to an implementation of MapAssertions. |
|
val pairAssertions: <ERROR CLASS>
The access point to an implementation of PairAssertions. |
|
val throwableAssertions: <ERROR CLASS>
The access point to an implementation of ThrowableAssertions. |