RE: How to run unit test
"Stephen McConnell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <003901c47488$62afd000$1601a8c0@devbox> |
> src/main/com/itmedico/hellotest/HelloCoponent.java 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 Other than that, everything looks fine. Cheers, Steve.