v0.4.0
improvements
- converted exception during building
Suite
into failingCase
#14 - changed testers to throw
TestanzaAssertionError
incompatible changes
- redesigned whole api
- created new interface
Test
replacingjunit.framework.Test
- created
Junit
for convertingTest
tojunit.framework.Test
- replaced
BodyTester
byCaseTester
- replaced
TestBuilder
bySuiteTester
- gathered all testers in
Testers
class