//
pkg.gl
Category
github.com/icinga/icinga-testing
utils
eventually
package
0.0.0-20240322142451-494ccd6d03e8
Repository:
https://github.com/icinga/icinga-testing.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
77 SLOC
#
Functions
Assert
Assert repeatedly calls a sub-test given by f until it succeeds.
Require
Require performs the same test as Assert but calls t.FailNow() on failure.