RE: How to run unit test
"Stephen McConnell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <003b01c47494$54dedcd0$1601a8c0@devbox> |
> -----Original Message----- > From: mark mark [mailto:[email protected]] > Sent: Wednesday, July 28, 2004 12:48 > To: Avalon framework users > Subject: RE: How to run unit test > > --- Stephen McConnell <[email protected]> wrote: > > > Test cases should be located in 'src/test' so for > > example the above file > > should be moved to: > > > > src/test/com/itmedico/hellotest/HelloCoponent.java > > > I think you meant for me to move the > TestHelloComponent.java file. Woops, yes - partly. The directory is now correct but the default selection of unit tests if *UnitTest.java so you probably need to rename you testcase. Steve.