abstract class UnitTableAsserting extends AnyRef
Class holding lowest priority TableAsserting
implicit, which enables TableDrivenPropertyChecks expressions that have result type Unit
.
- Source
- TableAsserting.scala
- Alphabetic
- By Inheritance
- UnitTableAsserting
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new UnitTableAsserting()
Type Members
-
abstract
class
TableAssertingImpl
[ASSERTION] extends TableAsserting[ASSERTION]
Abstract subclass of
TableAsserting
that provides the bulk of the implementations ofTableAsserting
'sforAll
,forEvery
andexists
.Abstract subclass of
TableAsserting
that provides the bulk of the implementations ofTableAsserting
'sforAll
,forEvery
andexists
.
Value Members
-
implicit
def
assertingNatureOfT[T]: TableAsserting[T] { type Result = Unit }
Provides support of TableAsserting for Unit.
Provides support of TableAsserting for Unit. Do nothing when the check succeeds, but throw TableDrivenPropertyCheckFailedException when check fails.