This content has been marked as final.
Show 2 replies
-
1. Re: Running Fluint Test Suites in FlexUnit4
Michael Labriola Aug 25, 2011 6:47 AM (in response to Galwegian)Hi,
You just pass them to the core, you can pass a test, a suite, an array, a combination of those, etc.
ar = [ t1, t2, t3, t4 ];
core = new FlexUnitCore();
core.run( ar );
Mike
-
2. Re: Running Fluint Test Suites in FlexUnit4
Galwegian Aug 25, 2011 6:51 AM (in response to Michael Labriola)Thanks, for some reason I thought it was a lot more convoluted than that!

