fixture
Picks an value from a given Iterable.
Parameters
the type which is supposed to be created.
an iterable with values where to pick from.
Creates a value for a given type, excluding generics like List or Array.
Parameters
the type which is supposed to be created.
a optional qualifier for a special flavour of a type.
Throws
if the no matching Generator was found for the given type.
Creates a MutableList of values for a given type.
Parameters
the type which is supposed to be created.
the enclosing List.
the identifying type of the generic.
a optional qualifier for a special flavour of a type.
the size of the List.
Throws
if the no matching Generator was found for the given type.
Creates a List of values for a given type.
Parameters
the type which is supposed to be created.
the enclosing List.
the identifying type of the generic.
a optional qualifier for a special flavour of a type.
the size of the List.
Throws
if the no matching Generator was found for the given type.
Creates a MutableCollection of values for a given type.
Parameters
the type which is supposed to be created.
the enclosing Collection.
the identifying type of the generic.
a optional qualifier for a special flavour of a type.
the size of the Collection.
Throws
if the no matching Generator was found for the given type.
Creates an Collection of values for a given type.
Parameters
the type which is supposed to be created.
the enclosing Collection.
the identifying type of the generic.
a optional qualifier for a special flavour of a type.
the size of the Collection.
Throws
if the no matching Generator was found for the given type.
Creates a Array of values for a given type.
Parameters
the type which is supposed to be created.
the identifying type of the generic.
a optional qualifier for a special flavour of a type.
the size of the Array.
Throws
if the no matching Generator was found for the given type.
Creates a Sequence of values for a given type.
Parameters
the type which is supposed to be created.
the enclosing Sequence.
the identifying type of the generic.
a optional qualifier for a special flavour of a type.
the size of the Sequence.
Throws
if the no matching Generator was found for the given type.
Creates a Pair of values for given types.
Parameters
the type which is supposed to be created for the first value.
the type which is supposed to be created for the second value.
the enclosing Pair.
the identifying type of the generic.
a optional qualifier for a special flavour of a type of the first value.
a optional qualifier for a special flavour of a type of the second value.
Throws
if the no matching Generator was found for the given type.
Creates a Triple of values for given types.
Parameters
the type which is supposed to be created for the first value.
the type which is supposed to be created for the second value.
the type which is supposed to be created for the third value.
the enclosing Triple.
the identifying type of the generic.
a optional qualifier for a special flavour of a type of the first value.
a optional qualifier for a special flavour of a type of the second value.
a optional qualifier for a special flavour of a type of the third value.
Throws
if the no matching Generator was found for the given type.
Creates a Map of values for given types.
Parameters
the type which is supposed to be created for the key value.
the type which is supposed to be created for the value.
the enclosing Map.
the identifying type of the generic.
a optional qualifier for a special flavour of a type of the key value.
a optional qualifier for a special flavour of a type of the value.
the size of the Map.
Throws
if the no matching Generator was found for the given type.
Creates a MutableMap of values for given types.
Parameters
the type which is supposed to be created for the key value.
the type which is supposed to be created for the value.
the enclosing Map.
the identifying type of the generic.
a optional qualifier for a special flavour of a type of the key value.
a optional qualifier for a special flavour of a type of the value.
the size of the Map.
Throws
if the no matching Generator was found for the given type.
Creates a MutableSet of values for given types.
Parameters
the type which is supposed to be created for the value.
the enclosing Set.
the identifying type of the generic.
a optional qualifier for a special flavour of a type of the value.
the size of the Set.
Throws
if the no matching Generator was found for the given type.
Creates a Set of values for given types.
Parameters
the type which is supposed to be created for the value.
the enclosing Set.
the identifying type of the generic.
a optional qualifier for a special flavour of a type of the value.
the size of the Set.
Throws
if the no matching Generator was found for the given type.