We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

tool to test privates and use patters

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!

Process inefficiencies are a drain on any business, no matter how big or small, so speeding up your workflow is an absolute essential. Download the FREE Top 5 Process guides to better understand how workflow automation looks within each line of business like IT, Sales, Finance, and Human Resources. Remember, just because you’ve established a process within your organization or department, it doesn’t mean that it’s working as well as it could be.

Website http://dp4j.com
Tags
Platform
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)