doc / ch.tutteli.atrium.checking / IAssertionChecker

IAssertionChecker

interface IAssertionChecker (source)

Checks given IAssertions and reports if one of them fails.

Functions

check abstract fun check(assertionVerb: String, subject: Any, assertions: List<IAssertion>): Unit

Checks given assertions and reports if one of them fails (does not hold).

fail abstract fun fail(assertionVerb: String, subject: Any, assertion: IAssertion): Unit

Reports that the given assertion fails (does not hold).