Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines a constant failing assertion.

Link copied to clipboard

Defines a constant holding assertion.

Functions

Link copied to clipboard

Uses the given test as Assertion.holds.

abstract fun <T> withTest(expect: Expect<T>, test: (T) -> Boolean): RepresentationOnly.RepresentationStep

Uses the given test as Assertion.holds based on the subject provided by subjectProvider.