package
0.9.0
Repository: https://github.com/bwplotka/flagarize.git
Documentation: pkg.go.dev

# Functions

Assert fails the test if the condition is false.
Equals fails the test if exp is not equal to act.
NewTB creates tb from testing.TB.
NotOk fails the test if an err is nil.
Ok fails the test if an err is not nil.

# Interfaces

TB represents union of test and benchmark.