Testing::Arbitrary
Constructors
- AnInt(Int num)
- AString(String str)
- AChar(Char ch)
- AFloat(Float float)
- AnArray([Testing::Arbitrary] array)
- Recursive(Testing::Arbitrary value)
- RecPair(Testing::Arbitrary value1,Testing::Arbitrary value2)
Usage
This data type is used to create completely random union values for testing polymorphic functions.