pojo-tester
There are 10 repositories under pojo-tester topic.
sta-szek/pojo-tester
Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues ;)
rslvn/bank-account-manager
This application is a simple bank account implementation. An account able to withdraw money and transfer money to another account. The transfer can be with debit card or credit card. If a credit card is used, extra %1 transaction fee is charged. An account can linked with a credit card or bank account.
obsidiandynamics/pojo-tester
Java framework for testing POJO methods; tests equals, hashCode, toString, getters, setters and constructors
Lonzak/unittest-utilities
Automated junit tests for DTO, Entity, JavaBeans style classes to increase test coverage
rslvn/lombok
This repository is created for comparing with and without lombok usage in a project. 2 modules have same requirements.
RoRoche/JavaObjectsOnSteroids
Example with useful libraries to speed up Java objects writing and testing.
andysundar/JavaUnitTestHelper
Framework to automate Java unit testing
rslvn/bieber-tweets
spring-boot
fabasoad/pojo
POJO testing library that help you to avoid boilerplate code to test your POJO classes
rslvn/kalah-game
A kalah game implementation