With dp4j.jar in your project classpath you directly access private members in your tests, w/o Reflection API boilerplate code; It also generates Design Patterns code and compile-time validates implementations. And Compiler & Co work for you again!
Features
- Test private methods (and fields) from your tests w/o writing code (it'll be injected)
- Implement (and/or validate) the Singleton Pattern by adding @Singleton to the class declaration
- Access Design Patterns documentations as JavaDoc of @PatternName (eg. @TemplateMethod)
- In your tests change a final (constant) field w/o writing code, except for '= what you want' (again, it'll be injected)
Follow tool to test privates and use patters
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
Very great and useful idea! Why I didn't find it previously?