http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html
"Testing the class"
Jan
>-Ursprüngliche Nachricht-
>Von: Denis Bessmertnyj [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 20. April 2007 20:59
>An: Ant Users List
>Betreff: JUnit reports
&
How I may do with JUnit & JUnitReport tasks the next:
I have a lot of test cases each of wich contains tests.
I need to run all of them and then I need gather together
information about all test cases passing in one file in the next format.
FirstTestCase - passed
- testGetInfo - passed
- test
> From: Sam Adams [mailto:[EMAIL PROTECTED]
> I'm new to ant and am basically using it to make JUnit reports. I was
> just wondering if there was a way to make Ant create a new folder for
> each test based on the date.
>
> For example they are saves in:
>
>
&
Hi,
I'm new to ant and am basically using it to make JUnit reports. I was
just wondering if there was a way to make Ant create a new folder for
each test based on the date.
For example they are saves in:
I was wondering if it was possible to save them in something like:
Hi,
I do my development using Eclipse and I have a build.xml file that runs
some unittests using JUnit. When the build.xml file is run in Eclipse
the tests get run as expected, but the automated build system I have
that is using Ant 1.5.3 keeps reporting "no tests found"!
I've followed the FA