ForAll[T: T]¶
class ref ForAll[T: T]
Constructors¶
create¶
new ref create(
gen': Generator[T] val,
testHelper: TestHelper val)
: ForAll[T] ref^
Parameters¶
- gen': Generator[T] val
- testHelper: TestHelper val
Returns¶
- ForAll[T] ref^
Public Functions¶
apply¶
execute
fun ref apply(
prop: {(T, PropertyHelper) ?}[T] val)
: None val ?
Parameters¶
- prop: {(T, PropertyHelper) ?}[T] val
Returns¶
- None val ?