Move TestResult
back above TestCase
.
Upcoming changes will need this. The TestResultTestCase
stays put.
Issue #172.
␄
Move test method execution out of TestRunner
into TestCase
.
This allows running a test without using a TestRunner
.
Subsequent changes will update TestCaseTestCase
to use this approach rather
than calling methods directly.
This is equivalent to the previous code, however, it turns out that has a bit
problem: it did not run doCleanups().
Issue #186.
␄
style-nudge: Right place properties in TestCase
.
Issue #173.
␄
Bump version numbers.
␄