david850067064 / as3flexunitlib

Automatically exported from code.google.com/p/as3flexunitlib
0 stars 0 forks source link

Recursive TestSuites throw null pointer error on running test framework #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create TestSuite called AllTests
2. create TestSuite called CollectionsTestSuite
3. add CollectionsTestSuite to the AllTests TestSuite using the
addTestSuite( CollectionsTestSuite ) method
4. run tests

What is the expected output? What do you see instead?

I expect the tests of the CollectionsTestSuite to run.
Instead a null point is thrown in TestSuite.addTestMethods()

What version of the product are you using? On what operating system?

0.85 Mac OS

Please provide any additional information below.

the src for the test project I used is attached.
I presume that FlexUnit should have this functionality, as JUnit has it and
it is a basic requirement in my opinion? 

Original issue reported on code.google.com by brian.he...@gmail.com on 17 Jul 2008 at 9:38

Attachments: