product review: infinitest

Main menu:

Topics

Recent Posts

Blog

 

May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

Past Posts

Java/J2EE

JDBC

Other

Archive for the tag "junit"

Refactoring JUnit 3.8 to 4.0 when hierarchy extends TestCase

February 2nd, 2010 by Jeanne Boyarsky

Problem: I want to start writing tests in JUnit 4.0, but I have a lot of tests in JUnit 3.8.  I can’t just start writing tests in 4.0, because I rely on common setup/assertions in my custom superclass which extends TestCase. (Which means JUnit will only look for 3.8 style tests) Solution: Create one or [...]

product review: infinitest

October 24th, 2009 by Jeanne Boyarsky

Want to run your JUnit tests as soon as you change the code?  That’s what infinitest strives to do.  The starting point is infinitetest.org which directs you to the corporate site. What does it do? Infinitest installs as a plugin to your IDE.  In Eclipse, it adds a bar to the bottom of your screen.  [...]