Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FastRand = fastRandReader{}
View Source
var Fuzz = Fuzzer.Fuzz
View Source
var Fuzzer = func() *fuzz.Fuzzer { f := fuzz.New() f.RandSource(RandSource) return f }()
View Source
var Rand = rand.New(RandSource)
View Source
var RandSource = rand.NewSource(GinkgoRandomSeed())
Functions ¶
func ExpectBytesEqual ¶
func ExpectBytesEqual(a, b []byte)
ExpectBytesEqual have much less overhead for large byte chunks but ginkgo.Equal.
func TmpFileName ¶
func TmpFileName() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.