doc / ch.tutteli.atrium.spec.assertions / AnyAssertionsSpec

AnyAssertionsSpec

abstract class AnyAssertionsSpec

Types

AnyAssertionsSpecFunFactory

interface AnyAssertionsSpecFunFactory<T : Any>

DataClass

data class DataClass

Constructors

<init>

AnyAssertionsSpec(verbs: AssertionVerbFactory, funInt: AnyAssertionsSpecFunFactory<Int>, funDataClass: AnyAssertionsSpecFunFactory<DataClass>, toBe: String, notToBe: String, isSame: String, isNotSame: String, isNullPair: <ERROR CLASS><String, AssertionPlantNullable<Int?>.() -> Unit>, andPair: <ERROR CLASS><String, Assert<Int>.() -> Assert<Int>>, andLazyPair: <ERROR CLASS><String, Assert<Int>.(Assert<Int>.() -> Unit) -> Assert<Int>>, describePrefix: String = "[Atrium] ")