doc / ch.tutteli.atrium.creating / MaybeSubject / Present

Present

data class Present<T> : MaybeSubject<T> (source)

Represents a present BaseAssertionPlant.subject.

Constructors

<init>

Present(subject: T)

Represents a present BaseAssertionPlant.subject.

Properties

subject

val subject: T

The underlying subject.

Functions

get

fun get(): T

Returns the subject.