Releases: sta-szek/pojo-tester
Releases · sta-szek/pojo-tester
0.3.0
pl.pojo:pojo-tester:0.3.0
Features
- Parameters validation on API layer (#66)
- Testing classes by name on API (#72)
- Choose constructor and pass parameters for creating new objects (#84)
Bugfixes
- Wrong proxy implementation (#88)
0.2.0
pl.pojo:pojo-tester:0.2.0
Features
SetterGetterTester
split into SetterTester
and GetterTester
(#87)
- New, not empty value when initializing
String
objects (#86)
Bugfixes
- Setter not found, when field is boolean type and has
is
prefix (#89)
- Wrong getter is found for fields with same endingd (#90)
- Accessing not public classes, setters and getters in those classes (#75, #78)
- Tests test same objects, which cause assertion exception (#85)
0.1.0
pl.pojo:pojo-tester:0.1.0
Features
- Testing methods:
equals
, hashCode
, toString
, getters and setters
- Testing classes by name