implicit defassertingNatureOfT[T]: CheckerAsserting[T] { type Result = Unit }
Provides support of CheckerAsserting for Unit.
Provides support of CheckerAsserting for Unit. Do nothing when the check succeeds,
but throw GeneratorDrivenPropertyCheckFailedException
when check fails.
Class holding lowest priority
CheckerAssertingimplicit, which enables GeneratorDrivenPropertyChecks expressions that have result typeUnit.