Packages

c

org.scalatest.enablers

UnitInspectorAsserting

abstract class UnitInspectorAsserting extends AnyRef

Class holding lowest priority InspectorAsserting implicit, which enables inspector expressions that have result type Unit.

Source
InspectorAsserting.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnitInspectorAsserting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnitInspectorAsserting()

Type Members

  1. abstract class InspectorAssertingImpl [T] extends InspectorAsserting[T]

    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.

Value Members

  1. 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 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.