Another Basic Test Framework(AUnit)
This is a simple unit test framework implementation.
It includes:
- Before, After and Test annotations to mark test classes.
- A single class runner by default.
- Assertion utilities of equals.
- A default system log printer.
- An example in package "example".