Unit Test Spring Applications

Read how to easily get hold of Spring application context objects/config when running unit tests and test your spring setup/wiring for free!

Testing MyBatis Type Handlers

Writing MyBatis custom type handlers is a pain in itself, see how to unit test them automatically to help ease that pain.

Automate Testing JavaBeans

Fed up of Java beans ruining your unit test coverage metrics? Test them auto-magically using our bean testing class.