Remove stale comment.
The TestRunner class calls doClassCleanup() with exception handling.
Issue #172.
␄
JSDoc: Correct signature for function parameter.
Need to use the function(): Foo to indicate an actual class of type Foo,
not an instance of Foo.
Issue #172.
␄
Create hierarchy of exceptions for use inside of TestCase.
If these exceptions escape the test framework, they will at least have
TestCase in the name.
Issue #172.
␄
Instantiate the TestCase and execute the method for each one.
Issue #172.
␄
Add skip and fail methods to TestCase.
Issue #172.
␄
Bump version numbers.
␄