package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Sep 6, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Assert fails the test if the condition is false.
func Equals(tb testing.TB, exp, act interface{}, v ...interface{})
Equals fails the test if exp is not equal to act.
NotOk fails the test if an err is nil.
Ok fails the test if an err is not nil.
func TolerantVerifyLeakMain(m *testing.M)
TolerantVerifyLeakMain verifies go leaks but excludes the go routines that are
launched as side effects of some of our dependencies.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.