|
From: Fausto L. <fau...@ho...> - 2006-02-28 15:29:47
|
Hi all,
I'm starting to work the next release of jtestcase, 4.1 possibly.
If someone has some ideas, please let us know.
One thing I'm working on now is to get rid of some API counter-intuitive
naming, for example,
"control" parameters will be named "setup" parameters (valid for all the
tests)
"global" parameters will be named "class" parameters (valid in the context
of the class under test)
try to add "method" parameters (valid in the context of method under test)
the constructor for the JTestCase class will have therefore only the xml
file it is linked
to:
JTestCase jtestcase = new JTestCase(filename);
the method getTestCases() will have 2 args intead of 1 where the first one
is the "class" under test
and the second the "method" under test:
Vector testcases = jtestcase.getTestCases("myclass","mymethod");
what do you think ?
Fausto
_________________________________________________________________
Videochiamata? Prova MSN Messenger: divertente, facile, veloce, gratuito!
http://www.msn.it/messenger/v7
|