createTestConfigs(InputStream in) Reads and parses testsuite config file, creates a list of
TestConfig objects.
Parameters: in - the input stream of the testsuite config file.
Reads and parses testsuite config file, creates a list of
TestConfig objects.
Parameters: in - the input stream of the testsuite config file. a list of TestConfig objects. throws: SAXException - if a parsing error occurs. throws: IOException - if an IO error occurs. See Also:TestConfig