v0.7.0
improvements
- implemented junit4
org.junit.runner.Runner
for runningorg.quackery.Test
#21 - expanded
Collection
contract with tests forsize()
andisEmpty()
fixes
- recognized assumption exception when running by junit #20
incompatible changes
- removed integration with junit3 by removing
junit(Test)
method #21 - renamed
QuackeryAssertionException
toAssertionException
QuackeryAssumptionException
toAssumptionException
Tester
toContract
Quacks
toContracts
- deleted
Testers
class with trivial contracts