This package adds a few buttons to the browsers in order to have a betterintegration of unit tests during class developpement. It enables you to easilyswitch back and forth from a class and it's unit test, allowing the same thinga the method level. It also adds a convenient way to run the test of the currentclass, giving automatic feedback to the user. Moreover, test creation is handledautomagically if a class test/method test doesn't exist yet (don't worry, thechoice is up to you :-)). Last and not least, it works for nearly all kinds ofclass browsers, and so integrates nicely with the RefactoringBrowser and theStarBrowser. See the home page for more information and a brief tutorial