Patricia Shanahan wrote:
On 9/10/2010 5:15 PM, Peter Firmstone wrote:
...
But basically the minimum requirement is a test.td file and a test.java
source file. You can run the test using the ant run-tests task by
specifying your test.td file.
Is that really necessary during test development?
I understand that running under the ant script is necessary to release
a test, but during development it would be very, very much more
convenient to run, and debug, it as a simple application under Eclipse.
Patricia
Hmm, can't see any reasons not to run it as an application,perhaps using
com.sun.jini.qa.harness.QARunner.
Just got into the habit of using ant I guess.
Peter.