Re: [flexcoders] Getting FlexUnit Example to Work

2005-10-05 Thread hari.ibs
Hi! Comment the following line in your AllTest.as which is located in WEB-INF/flex/user-classes/samples/test/org/iterationtwo/AllTests.as testSuite.addTest( TestSuiteWithSetUpTearDown.suite() ); or else update the AllTests.as like this: import samples.test.com.iterationtwo.*; import

[flexcoders] FlexUnit

2005-09-29 Thread hari.ibs
Please give me the information about FlexUnit..and also tell me it is for frontend testing or backend testing. ThanksRegards Harinath K -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] FlexUnit

2005-09-29 Thread hari.ibs
Hi All,I have downloaded Flexunit0.9 and done sample application i.e TestMoney.as...and got results fine.But when I am doing with Caingorm framework ,i have bit confused..for which classes i need to test..is it for Viewhelpers or Commands..And my main question is,Flexunit is for frontend