UnitInspectorAsserting

org.scalatest.enablers.UnitInspectorAsserting
abstract class UnitInspectorAsserting

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

abstract class InspectorAssertingImpl[T, R] extends InspectorAsserting[T, R]

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.

Attributes

Supertypes
trait InspectorAsserting[T, R]
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def assertingNatureOfT[T]: InspectorAsserting[T, 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.

Attributes