hi!
with the junit task this should be no problem.
i have a class AllTests with a member suite() :
public class AllTests
{
public static Test suite()
{
TestSuite suite = new TestSuite();
suite.addTest(LoggingTestSuite.suite());
suite.addTest(PersistenceTestSuite.suite());
suite.addTest(RuntimeTestSuite.suite());
suite.addTest(TransportServiceTestSuite.suite());
suite.addTest(RuntimeTestSuite.suite());
return suite;
}
}
and its no problem to run this test with the junit task.
martin
Cornellious Mann schrieb:
>
> I am asking specifically about test "suites", and not
> regular test classes. I already have Ant running
> regular test classes. However, in JUnit, "suites" can
> be used to run a group of test classes and allows for
> some additional functionality. I am wondering if Ant
> can run these "suites".
>
> --- Richard Wilkinson <[EMAIL PROTECTED]>
> wrote:
> > Yes we run JUnit tests from Ant.
> >
> > Regards,
> > Richard Wilkinson
> >
> > -----Original Message-----
> > From: Cornellious Mann [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, October 02, 2001 4:11 PM
> > To: [EMAIL PROTECTED]
> > Subject: Can Ant run JUnit suites?
> >
> >
> > Has anyone run a JUnit test suite class from Ant? I
> > didn't see anything in the documentation as to if
> > this
> > is possible or not.
> >
> > =====
> > Regards,
> > Cornellious Mann
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Listen to your Yahoo! Mail messages from any phone.
> > http://phone.yahoo.com
> >
> >
>
>-----------------------------------------------------------------------------------------
> > This message is for the named persons use only. It
> > may contain confidential, proprietary or legally
> > privileged information. No confidentiality or
> > privilege is waived or lost by any mistransmission.
> > If you receive this message in error, please
> > immediately delete it and all copies of it from your
> > system, destroy any hard copies of it and notify the
> > sender. You must not, directly or indirectly, use,
> > disclose, distribute, print, or copy any part of
> > this message if you are not the intended recipient.
> > PROTEK Network Management Group and each of its
> > subsidiaries reserve the right to monitor all e-mail
> > communications through its networks. Any views
> > expressed in this message are those of the
> > individual sender, except where the message states
> > otherwise and the sender is authorised to state them
> > to be the views of any such entity.
> >
> >
> >
> >
>
> =====
> Regards,
> Cornellious Mann
>
> __________________________________________________
> Do You Yahoo!?
> Listen to your Yahoo! Mail messages from any phone.
> http://phone.yahoo.com