Plugins (1088)


Training and Consulting (47)


Eclipse Summit Europe 2008


EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 585
Comments: 0


Category: Plugin Directory / Testing / JEasyTest

JEasyTest 
Rate this plugin | Report broken link | Details

Rating: 8.0 (2 Votes) | hits: 3
JEasyTest

Version: 200711041605
Support Eclipse Version: only 3.3
License: Other
Development Status: Beta
Company:
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum
Buy Now

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




Last 0 Comments