|
|
Re: SRJ File Format
|
Posted: May 23, 2003 8:29 AM
|
|
|
As Adam mentioned, what I usually do is create a single suite that contains all the suites in the test as subsuites. Then I have just one suite to run. The most straightforward way to do that is just add each suite explicitly as subsuites in the constructor of the ueber-suite. One article I want to write, though, is an article showing a suite that discovers suites in your test and adds them automatically. There are many ways to do that, so we won't support a standard way to do that in the API itself, but the example from that article will go into the distribution.
|
|