FsCheck


ArbMap Type

Namespace: FsCheck.Fluent

Assembly: FsCheck.dll

Base Type: obj

Static members

Static member Description

ArbMap.Default

Full Usage: ArbMap.Default

Returns: IArbMap

Returns: IArbMap

ArbMap.GeneratorFor(map)

Full Usage: ArbMap.GeneratorFor(map)

Parameters:
Returns: Gen<'T>

map : IArbMap
Returns: Gen<'T>

ArbMap.Merge(map, instancesType)

Full Usage: ArbMap.Merge(map, instancesType)

Parameters:
Returns: IArbMap

map : IArbMap
instancesType : Type
Returns: IArbMap

ArbMap.Merge(map)

Full Usage: ArbMap.Merge(map)

Parameters:
Returns: IArbMap

map : IArbMap
Returns: IArbMap

ArbMap.MergeArb(map, arb)

Full Usage: ArbMap.MergeArb(map, arb)

Parameters:
Returns: IArbMap

map : IArbMap
arb : Arbitrary<'T>
Returns: IArbMap

ArbMap.MergeArbFactory(map, factory)

Full Usage: ArbMap.MergeArbFactory(map, factory)

Parameters:
Returns: IArbMap

map : IArbMap
factory : Func<Arbitrary<'T>>
Returns: IArbMap

ArbMap.MergeArbFactory(map, factory)

Full Usage: ArbMap.MergeArbFactory(map, factory)

Parameters:
Returns: IArbMap

map : IArbMap
factory : Func<Arbitrary<'T>, Arbitrary<'U>>
Returns: IArbMap

ArbMap.MergeArbFactory(map, factory)

Full Usage: ArbMap.MergeArbFactory(map, factory)

Parameters:
Returns: IArbMap

map : IArbMap
factory : Func<IArbMap, Arbitrary<'T>>
Returns: IArbMap