# Functions
Equal asserts expected and actual are equal.
Error asserts err is an error.
Fail marks the function as having failed but continues execution.
False asserts vis false.
IsType asserts expected and actual are of the same type.
Nil asserts v is nil.
NoError asserts err is not an error.
NotNil asserts v is not nil.
True asserts v is true.