AW: JUnit reports

2007-04-22 Thread Jan.Materne
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 &

JUnit reports

2007-04-20 Thread Denis Bessmertnyj
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

RE: Saving JUnit reports to a folder based on date

2005-01-25 Thread Dominique Devienne
> 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: > > &

Saving JUnit reports to a folder based on date

2005-01-25 Thread Sam Adams
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:

JUnit reports "no tests found" but they are there

2003-06-12 Thread Matthew Denner
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