SV: junit task problem

2005-08-07 Thread Ola Lie
directory where I originally installed java comm api. Best regards Ola -Opprinnelig melding- Fra: Ola Lie [mailto:[EMAIL PROTECTED] Sendt: 4. august 2005 03:51 Til: user@ant.apache.org Emne: junit task problem Hi, I have a class with a method getNames() which returns a List

junit task problem

2005-08-03 Thread Ola Lie
Hi, I have a class with a method getNames() which returns a List ( ArrayList). Then I have test class with a testGetNames() method which assertTrue if the List contains certain elements. The testGetNames() passes when I compile and run the test from the command prompt. (java "test class