Unitils is an open source library aimed at making unit and integration testing easy and maintainable.
Categories
Software TestingLicense
Apache License V2.0Follow Unitils
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Super awesome tool to compare objects using reflection.
-
Very nice testing framework easy to use.
-
Unitils works good.
-
Very nice app :)
-
Nice tool, especially where one need to compare unordered collections without proper equals() implementation. IMHO reflectionassert is the most useful module. The other stuff (DBUnit & easymock wrappers, own mock implementation and dbmaintain) is less important and can be easily replaced with specialized tools: DBUnit itself, Mockito, tkpatch, etc. For matching objects in tests (when plain assertEqals() does not work) you can try Apache Commons or Guava - but in complex cases unitils reflectionassert is very good and flexible. I only wish the project to be released more frequent and bugs to be fixed faster.