func Assert(given interface{}, expected interface{})
Assert Asserts values
func AssertNotEqual(given interface{}, expected interface{})
AssertNotEqual Asserts two values for not euqal
func Define(testName string, testLogic func(func(err error)))
Define Defines a test and its name
func OnEnd(task func())
OnEnd Registers a function to be executed on end
func Run()
Run Runs all tests
func Title(title string)
Title Sets a title