EffectCheckerAsserting
class CheckerAssertingImpl[F[A]]
trait CheckerAsserting[F[A]]
class Object
trait Matchable
class Any
Type members
Types
Value members
Concrete methods
override def indicateFailure(messageFun: StackDepthException => String, undecoratedMessage: => String, scalaCheckArgs: List[Any], scalaCheckLabels: List[String], optionalCause: Option[Throwable], pos: Position): Result
- Definition Classes
- CheckerAssertingImpl
Inherited methods
def check(p: Prop, prms: Parameters, prettifier: Prettifier, pos: Position, argNames: Option[List[String]]): Result
Check the given Prop and Test.Parameters by calling ScalaCheck's Test.check.
If the check succeeds, call indicateSuccess, else call indicateFailure.
Check the given Prop and Test.Parameters by calling ScalaCheck's Test.check.
If the check succeeds, call indicateSuccess, else call indicateFailure.
- Value Params
- argNames
the list of argument names
- p
the
Propto be used to check- pos
the
Positionof the caller site- prettifier
the
Prettifierto be used to prettify error message- prms
the
Test.Parametersto be used to check
- Returns
the
Resultof the property check.- Inherited from
- CheckerAssertingImpl