You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rdoc
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,19 @@ Then compile from the command line using something like:
105
105
106
106
Now you can run the generated .swf through Flash Player or from your webbrowser and watch the results.
107
107
108
+
=== Running Multiple Test Cases Using TestSuite
109
+
110
+
If you want to run more than one test case but still only do one report for all tests you can use the TestSuite class. Instantiate a TestSuite and add cases useing the addCase function like in the example.
0 commit comments