Hello Julian,

"Julian M. Savage" wrote:
> 

> 
> With this in place, I can derive from BaseTestCase, and implement test(),
> and be sure that this is the only method which will be called. I need
> because of the way in which our tests were implemented before we had heard
> of JUnit.
> 
> At least, I think I need it. If anyone can point me to a way to implement
> the above without requiring the patch given below, please let me know.
> 

If i understand you correctly you want to invoke only one method per class.
JUnit
looks in the test class for public void methods whose name starts with 'test'.
If you make sure that there is only one such method in your test classes it
will
the only one to be called.

regards,
        Dirk
-- 
Daddy, what does "format disk c: complete" mean?
Who is General Failure and why is he reading my disk?
begin:vcard 
n:Weigenand;Dirk
x-mozilla-html:FALSE
org:Oracle Deutschland GmbH <A HREF="http://www.oracle.com/";>Visit us.</A>
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Junior Consultant
x-mozilla-cpt:;30880
fn:Dirk Weigenand
end:vcard

Reply via email to