# Functions
Equal is a helper for comparing value equality, following these rules: - Values with equivalent types are compared with reflect.DeepEqual - int, uint, and float values are compared without regard to the type width.
NewTestSuite returns an initialized TestSuite ready for use.
# Variables
Array of structs that embed TestSuite.