Abstract subclass of TableAsserting
that provides the bulk of the implementations of TableAsserting
's
forAll
, forEvery
and exists
.
Abstract subclass of TableAsserting
that provides the bulk of the implementations of TableAsserting
's
forAll
, forEvery
and exists
.
Provides support of TableAsserting for Assertion.
Provides support of TableAsserting for Assertion. Returns Succeeded when the check succeeds, but throw TableDrivenPropertyCheckFailedException when check fails.
Provides support of TableAsserting for Unit.
Provides support of TableAsserting for Unit. Do nothing when the check succeeds, but throw TableDrivenPropertyCheckFailedException when check fails.
Companion object to
TableAsserting
that provides two implicit providers, a higher priority one for passed functions that have result typeAssertion
, which also yields result typeAssertion
, and one for any other type, which yields result typeUnit
.