//
pkg.gl
Category
github.com/bwplotka/flagarize
testutil
package
0.9.0
Repository:
https://github.com/bwplotka/flagarize.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
86 SLOC
#
Functions
Assert
Assert fails the test if the condition is false.
Equals
Equals fails the test if exp is not equal to act.
NewTB
NewTB creates tb from testing.TB.
NotOk
NotOk fails the test if an err is nil.
Ok
Ok fails the test if an err is not nil.
#
Interfaces
TB
TB represents union of test and benchmark.