|
From: jeremy lu <wa...@gm...> - 2005-11-14 17:10:36
|
thanks ! that's a big help.
btw, could i use something like this :
public static function suite():TestSuite{
var s:TestSuite =3D new TestSuite();
s.addTest(new TestMoney("testAddMoney"));
s.addTest(new TestMoney("testAddEqual"));
return s;
}
say if there are 10 methods in the test class but I just want to put two of
them in the suite() function ?
I tried it already but seems it will just accept the whole class.
jeremy.
On 11/14/05, Luke Bayes <lb...@gm...> wrote:
>
> Thanks Alias,
>
> It's obvious that we need to get something more direct!
>
> Perhaps a big, link on asunit.org <http://asunit.org> would help...
>
>
> Thanks,
>
>
> Luke
> www.asunit.org <http://www.asunit.org>
>
|