init(name, tests) -> undefined
{String} - The className of your test.
{Object} - An object with test functions. Functions that begin with test_ will be run as tests.
Functions that don't begin with test are converted to helper functions. Do not name helper
functions the same name as the test provided helpers and assertions
such as assert or assertEqual as your functions will override these functions.