Release Notes
Release version 0.5.0
First POJO-TESTER
open source release.
Features
POJO-TESTER
can test constructors (#113)POJO-TESTER
will changeString
fields by default (#133)- Testing classes by package name or class package (#114)
Bugfixes
POJO-TESTER
fails on synthetic constructors (#126)
Release version 0.4.0
First POJO-TESTER
open source release.
Features
- Javadocs
POJO-TESTER
creates collections objects instead of mocking them (#112)
Release version 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)
Release version 0.2.0
Features
SetterGetterTester
split intoSetterTester
andGetterTester
(#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)
Release version 0.1.0
Features
- Testing methods:
equals
,hashCode
,toString
,getters and setters
- Testing classes by name