| | | | Version: 200711041605 Support Eclipse Version: only 3.3 License: Other Development Status: Beta Company:
| |  | Home Page |  | Plugin Support |  | Discussion Forum |  |
|
JEasyTest is an Eclipse plugin created to simplify unit testing of code that is hard to test using standard mock objects frameworks. JEasyTest uses AspectJ load-time bytecode modification "to inject mock invocations" (constructor and static method invocations) where we could not using standard mock object tools.
JEasyTest has been thought to be integrated with existing mock object frameworks to overcome some of their limitations.
The new release adds Eclipse 3.3 support, JUnit4 support, an Ant task and an improved API.
In JEasyTest the bytecode of our classes is modified only at runtime just before test running, without any possibility that production code might contain unwanted testing code. Thanks to the Eclipse plugin nature, JEasyTest usage of AspectJ is completely hidden and it happens behind the scenes while we are writing tests. Added on: 20-Aug-2007 | Updated: 05-Nov-2007
|