david850067064 / as3flexunitlib

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

[patch] Enable test-by-test log output viewing from TestRunnerBase #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We wanted the ability to run trace statements from our tests without having
to actually run the debugger, so I've made some modifications to the flex
unit source.  This patch adds the following:

1)  Adds 5 new utility methods to TestCase:  info(), warn(), debug(),
error() and fatal().
2)  Adds a new tab to TestRunnerBase for viewing output generated by
calling methods above.
3)  Updates build.xml to use Flex Builder 3 install folder instead of Flex
Builder 2.

Original issue reported on code.google.com by hob.spil...@gmail.com on 6 Nov 2008 at 4:30

Attachments:

GoogleCodeExporter commented 9 years ago
Please disregard the patch file I attached to the original issue.  I had done 
some
code clean-up and forgot to clean up 1 spot.  The original patch file will not
compile.  Attaching new patch file.

Original comment by hob.spil...@gmail.com on 6 Nov 2008 at 4:35

Attachments: