UnitTableAsserting

org.scalatest.enablers.UnitTableAsserting
abstract class UnitTableAsserting

Class holding lowest priority TableAsserting implicit, which enables TableDrivenPropertyChecks expressions that have result type Unit.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

abstract class FutureTableAssertingImpl[ASSERTION] extends TableAsserting[Future[ASSERTION]]

Attributes

Supertypes
trait TableAsserting[Future[ASSERTION]]
class Object
trait Matchable
class Any
abstract class TableAssertingImpl[ASSERTION] extends TableAsserting[ASSERTION]

Abstract subclass of TableAsserting that provides the bulk of the implementations of TableAsserting's forAll, forEvery and exists.

Abstract subclass of TableAsserting that provides the bulk of the implementations of TableAsserting's forAll, forEvery and exists.

Attributes

Supertypes
trait TableAsserting[ASSERTION]
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def assertingNatureOfT[T]: TableAsserting[T] { type Result = Unit; }

Provides support of TableAsserting for Unit. Do nothing when the check succeeds, but throw TableDrivenPropertyCheckFailedException when check fails.

Provides support of TableAsserting for Unit. Do nothing when the check succeeds, but throw TableDrivenPropertyCheckFailedException when check fails.

Attributes