JUnit 4.0 has been released
JUnit, the de facto standard unit testing framework/runner, was updated a couple of months ago.
JUnit, Testing Resources for Extreme Programming: "Extend Object, @RunWith your own Runner, Annotate @Tests, Annotate and extend Test simply now."
Finally, it takes advantage of JDK 1.5 (J25E) features like annotation.
Here is an article about what is new in JUnit 4.0 and how to use it.
JUnit, Testing Resources for Extreme Programming: "Extend Object, @RunWith your own Runner, Annotate @Tests, Annotate and extend Test simply now."
Finally, it takes advantage of JDK 1.5 (J25E) features like annotation.
Here is an article about what is new in JUnit 4.0 and how to use it.
0 Comments:
Post a Comment
<< Home