|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.testsuite.TestConfigFactory
public class TestConfigFactory
Test configuration factory that reads and parses testsuite config file using
Digester and constructs TestConfig
objects.
TestConfig
Constructor Summary | |
---|---|
TestConfigFactory()
Creates a factory instance. |
Method Summary | |
---|---|
java.util.List<TestConfig> |
createTestConfigs(java.io.InputStream in)
Reads and parses testsuite config file, creates a list of TestConfig objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestConfigFactory()
Method Detail |
---|
public java.util.List<TestConfig> createTestConfigs(java.io.InputStream in) throws org.xml.sax.SAXException, java.io.IOException
TestConfig
objects.
in
- the input stream of the testsuite config file.
TestConfig
objects.
org.xml.sax.SAXException
- if a parsing error occurs.
java.io.IOException
- if an IO error occurs.TestConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |