|
Project Information
|
Imagine a situation that you must write jUnit test code and pass tests for "Legacy" java classes, and these classes use some utility class which are collections of static utility methods. You will want to replace utility classes (= static methods) with special classes you wrote for unit testing. This project enables you to replace "Foo" class to "Bar" class under classloading mechanizm, so you don't have to replace source code directly. note: this project supports only for "static method utility class". this sandbox mechanizm doesn't support classes which will be instanciating. (May be future release enables that.) |