kotest-assertions-core / io.kotest.matchers / Diff

Diff

sealed class Diff

Types

Maps

class Maps : Diff

MapValues

class MapValues : Diff

Values

class Values : Diff

Functions

getIndent

fun getIndent(level: Int): String

isEmpty

abstract fun isEmpty(): Boolean

toString

abstract fun toString(level: Int): String
open fun toString(): String

Companion Object Functions

create

fun create(value: Any?, expected: Any?, ignoreExtraMapKeys: Boolean = false): Diff