Versions in this module Expand all Collapse all v1 v1.3.3 Oct 2, 2014 v1.3.1 Aug 21, 2014 Changes in this version + func Check(function interface{}, config *Config) (err error) + func CheckEqual(f, g interface{}, config *Config) (err error) + func Value(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool) + type CheckEqualError struct + Out1 []interface{} + Out2 []interface{} + func (s *CheckEqualError) Error() string + type CheckError struct + Count int + In []interface{} + func (s *CheckError) Error() string + type Config struct + MaxCount int + MaxCountScale float64 + Rand *rand.Rand + Values func([]reflect.Value, *rand.Rand) + type Generator interface + Generate func(rand *rand.Rand, size int) reflect.Value + type SetupError string + func (s SetupError) Error() string