abstract class ExpectationCheckerAsserting extends UnitCheckerAsserting
Abstract class that in the future will hold an intermediate priority CheckerAsserting
implicit, which will enable inspector expressions
that have result type Expectation
, a more composable form of assertion that returns a result instead of throwing an exception when it fails.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExpectationCheckerAsserting
- UnitCheckerAsserting
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExpectationCheckerAsserting()
Type Members
-
abstract
class
CheckerAssertingImpl[T] extends CheckerAsserting[T]
Abstract subclass of
CheckerAsserting
that provides the bulk of the implementations ofCheckerAsserting
check
method.Abstract subclass of
CheckerAsserting
that provides the bulk of the implementations ofCheckerAsserting
check
method.- Definition Classes
- UnitCheckerAsserting
Value Members
-
implicit
def
assertingNatureOfT[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.
- Definition Classes
- UnitCheckerAsserting