How to run a single Junit test?

2001-10-31 Thread otisg
Hello, All examples of integrating Ant and Junit show you how to run a set of unit tests in a single step. What is the best way to run a single, specific unit test? For example, if I have a TestCase at com.nut.KikirikiTest is there an easy way to invoke Ant and tell it to run just that one

Re: How to run a single Junit test?

2001-10-31 Thread Erik Hatcher
a single Junit test? Hello, All examples of integrating Ant and Junit show you how to run a set of unit tests in a single step. What is the best way to run a single, specific unit test? For example, if I have a TestCase at com.nut.KikirikiTest is there an easy way to invoke Ant and tell