PropCheckerAssertingImpl
org.scalatest.enablers.UnitPropCheckerAsserting.PropCheckerAssertingImpl
abstract class PropCheckerAssertingImpl[T] extends PropCheckerAsserting[T]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Perform the property check using the given function, generator and Configuration.Parameters.
Perform the property check using the given function, generator and Configuration.Parameters.
Value parameters
- argNames
-
the list of argument names
- fun
-
the function to be used to check
- genA
-
the generator of type
A - names
-
the list of names
- pos
-
the
Positionof the caller site - prettifier
-
the
Prettifierto be used to prettify error message - prms
-
the
Configuration.Parametersto be used to check
Attributes
- Returns
-
the
Resultof the property check.
Inherited methods
Attributes
- Inherited from:
- PropCheckerAsserting
Attributes
- Inherited from:
- PropCheckerAsserting
In this article