Documentation
¶
Overview ¶
Package testutil wraps helpers for testing.
Index ¶
Constants ¶
View Source
const Race = false
Race reports if the race detector is enabled.
Variables ¶
This section is empty.
Functions ¶
func RSAPrivateKey ¶ added in v0.18.0
func RSAPrivateKey() *rsa.PrivateKey
RSAPrivateKey returns pre-generated test RSA private key.
func Rand ¶ added in v0.18.0
Rand returns a new rand.Rand with source deterministically initialized from seed byte slice.
Zero length seed (or nil) is valid input.
func RequireErr ¶
RequireErr asserts that errors.Is(actual, expected) is true.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.