Packages

c

org.scalatest.enablers

UnitCheckerAsserting

abstract class UnitCheckerAsserting extends AnyRef

Class holding lowest priority CheckerAsserting implicit, which enables GeneratorDrivenPropertyChecks expressions that have result type Unit.

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

Instance Constructors

  1. new UnitCheckerAsserting()

Type Members

  1. abstract class CheckerAssertingImpl [T] extends CheckerAsserting[T]

    Abstract subclass of CheckerAsserting that provides the bulk of the implementations of CheckerAsserting check method.

    Abstract subclass of CheckerAsserting that provides the bulk of the implementations of CheckerAsserting check method.

Value Members

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