Pojo Tester Versions Save

Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues ;)

0.7.3

7 years ago

Release version 0.7.3

Others

  • Static fields are excluded from testing (#170)
  • Jenkins will notify all about new pojo-tester version on Rocket.Chat (#164)
  • Unit and integrations tests are now separated (#160)

0.7.2

7 years ago

pl.pojo:pojo-tester:0.7.2

Features

  • Abstract classes can be created without default constructors (#157)

Bugfixes

  • Collections field value changers create non empty collection (#153)

Others

0.7.1

7 years ago

pl.pojo:pojo-tester:0.7.1

Bugfixes

  • New UUIDValueChanger, bugfix with objects generating (#149)

0.7.0

7 years ago

pl.pojo:pojo-tester:0.7.0

Features

  • Support for inheritance fields (#143)

Bugfixes

  • Better equality check (#146)

0.6.0

7 years ago

pl.pojo:pojo-tester:0.6.0

Features

  • Tests will fail if equals or hashCode implementation depends on excluded fields (#121)

0.5.0

7 years ago

pl.pojo:pojo-tester:0.5.0

First POJO-TESTER open source release.

Features

  • POJO-TESTER can test constructors (#113)
  • POJO-TESTER will change String fields by default (#133)
  • Testing classes by package name or class package (#114)

Bugfixes

  • POJO-TESTER fails on synthetic constructors (#126)

0.4.0

7 years ago

pl.pojo:pojo-tester:0.4.0

First POJO-TESTER open source release.

Features

  • Javadocs
  • POJO-TESTER creates collections objects instead of mocking them (#112)
  • Choose constructor and pass parameters for creating new objects (#84)