kotest-assertions / io.kotest.inspectors / ElementPass

ElementPass

class ElementPass<out T> : ElementResult<T>

Constructors

<init>

ElementPass(t: T)

Properties

t

val t: T

Functions

error

fun error(): Throwable?

value

fun value(): T