abstract class UnitInspectorAsserting extends AnyRef
Class holding lowest priority InspectorAsserting
implicit, which enables inspector expressions that have result type Unit
.
- Source
- InspectorAsserting.scala
- Alphabetic
- By Inheritance
- UnitInspectorAsserting
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new UnitInspectorAsserting()
Type Members
-
abstract
class
InspectorAssertingImpl
[T] extends InspectorAsserting[T]
Abstract subclass of
InspectorAsserting
that provides the bulk of the implementations ofInspectorAsserting
methods.Abstract subclass of
InspectorAsserting
that provides the bulk of the implementations ofInspectorAsserting
methods.
Value Members
-
implicit
def
assertingNatureOfT[T]: InspectorAsserting[T] { type Result = Unit }
Provides an implicit
InspectorAsserting
instance for any type that did not match a higher priority implicit provider, enabling inspector syntax that has result typeUnit
.Provides an implicit
InspectorAsserting
instance for any type that did not match a higher priority implicit provider, enabling inspector syntax that has result typeUnit
.