Assertion

interface Assertion(source)

The base interface of all assertions, providing the method holds.

Inheritors

Functions

Link copied to clipboard
abstract fun holds(): Boolean

Indicates whether the assertion holds or not.