Question
Nesting TestSuites
I've read FlexUnit can next TestSuites, but I can't seem to get it to work. I haven't seen any examples of this either, so not sure what I'm doing wrong. What I have so far is a master suite that adds several other suites, all of which add a bunch of TestCases. I'm adding them via addTestSuite().
Any suggestions?
Any suggestions?
