Running Test Cases in WSAD

11 PM July 18, 2004

Here’s how to run JUnit over every test in a folder in WebSphere Application Developer 5.1:

  1. Select the folder in the package explorer.
  1. From the Run menu choose“Run As… > JUnit Test”.

WSAD checks through the directory and subdirectories for test case classes, and runs them as one big suite.

I suppose it works in Eclipse 2.1 too.

By alang | # | Comments (1)
(Posted to javablogs and Java)

Comments

At 08:28, 22 Jul 2004 Simon Brunning wrote:

Well, it works in Eclipse 3.0, at any rate. ;-)

(#)

Add Comment




(Not displayed)






(Leave blank line between paragraphs. URLs converted to links. HTML stripped. Indented source code will be formatted with <pre> tags.)




© 2003-2006 Alan Green