doc / ch.tutteli.atrium.domain.kotlin_1_3.creating

Package ch.tutteli.atrium.domain.kotlin_1_3.creating

Contains interfaces defining the minimum set of assertion functions (on level domain) which an implementation has to provide for the Kotlin 1.3 extension.

Types

ResultAssertions

interface ResultAssertions

Defines the minimum set of assertion functions and builders applicable to Result, which an implementation of the domain of Atrium has to provide.

Properties

resultAssertions

val resultAssertions: ResultAssertions

The access point to an implementation of ResultAssertions.