kotest-assertions / io.kotest.inspectors / ElementFail

ElementFail

class ElementFail<out T> : ElementResult<T>

Constructors

<init>

ElementFail(t: T, throwable: Throwable)

Properties

t

val t: T

throwable

val throwable: Throwable

Functions

error

fun error(): Throwable?

value

fun value(): T