TTest
A test defines a set of test methods to test.
Extend TTest to define your own tests.
Tag a method with `{before}` and initiliaze any variables/data in that method
Tag a method with `{after}` to release any permanent resources you allocated in the setup.
For each test method you want to run, tag it with `{test}`
Any methods not tagged are ignored by MaxUnit.
