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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Very great and useful idea! Why I didn't find it previously?