org.mactor.framework.spec
Class TestRunSpec
java.lang.Object
org.mactor.framework.spec.TestRunSpec
public class TestRunSpec
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestRunSpec
public TestRunSpec()
getType
public java.lang.String getType()
loadFromFile
public static TestRunSpec loadFromFile(java.lang.String name)
throws MactorException
- Throws:
MactorException
loadFromDocument
public static TestRunSpec loadFromDocument(org.dom4j.Document doc,
java.lang.String name)
throws MactorException
- Throws:
MactorException
getName
public java.lang.String getName()
getDataSource
public java.lang.String getDataSource()
getThreadCount
public int getThreadCount()
getTest
public java.lang.String getTest()
Copyright © 2008. All Rights Reserved.