Abstract subclass of InspectorAsserting
that provides the bulk of the implementations of InspectorAsserting
methods.
Abstract subclass of InspectorAsserting
that provides the bulk of the implementations of InspectorAsserting
methods.
Provides an implicit InspectorAsserting
instance for type Assertion
,
enabling inspector syntax that has result type Assertion
.
Provides an implicit InspectorAsserting
instance for type Assertion
,
enabling inspector syntax that has result type Assertion
.
Provides an implicit InspectorAsserting
instance for any type that did not match a
higher priority implicit provider, enabling inspector syntax that has result type Unit
.
Provides an implicit InspectorAsserting
instance for any type that did not match a
higher priority implicit provider, enabling inspector syntax that has result type Unit
.
Companion object to
InspectorAsserting
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
.