PropCheckerAsserting

org.scalatest.enablers.PropCheckerAsserting
See thePropCheckerAsserting companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

abstract class FuturePropCheckerAssertingImpl[T] extends PropCheckerAsserting[Future[T]]

Attributes

Inherited from:
FuturePropCheckerAsserting
Supertypes
trait PropCheckerAsserting[Future[T]]
class Object
trait Matchable
class Any
abstract class PropCheckerAssertingImpl[T] extends PropCheckerAsserting[T]

Attributes

Inherited from:
UnitPropCheckerAsserting
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def calcSizes(minSize: PosZInt, maxSize: PosZInt, initRndm: Randomizer): (List[PosZInt], Randomizer)

Implicits

Implicits

implicit def assertingNatureOfFutureAssertion(implicit exeCtx: ExecutionContext): PropCheckerAsserting[Future[Assertion]] { type Result = Future[Assertion]; }

Inherited implicits

implicit def assertingNatureOfExpectation(implicit prettifier: Prettifier): PropCheckerAsserting[Expectation] { type Result = Expectation; }

Attributes

Inherited from:
ExpectationPropCheckerAsserting