# Functions
Assert fails the test if the condition is false.
Equals fails the test if exp is not equal to act.
ErrorEqual compares Go errors for equality.
NotOk fails the test if an err is nil.
Ok fails the test if an err is not nil.
# Interfaces
TB interface to testing.{T,B}.