org.finra.jtaf.core.model.test
Class TestSuite
java.lang.Object
org.finra.jtaf.core.model.test.TestComponent
org.finra.jtaf.core.model.test.TestNamespace
org.finra.jtaf.core.model.test.TestSuite
- All Implemented Interfaces:
- Iterable<TestComponent>
public class TestSuite
- extends TestNamespace
This class represents a testsuite object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSuite
public TestSuite(String name)
throws NameFormatException
- Throws:
NameFormatException
getDependencies
public Dependencies getDependencies()
- Return the tests this testsuite depends upon
- Returns:
setDependencies
public void setDependencies(Dependencies dp)
- Set the dependencies for this testsuite
- Parameters:
dp
-
getExclusions
public Dependencies getExclusions()
setExclusions
public void setExclusions(Dependencies exc)
getTestSuiteName
public String getTestSuiteName()
- Return the name of the testsuite
- Returns:
setTestSuiteName
public void setTestSuiteName(String tsn)
- Set the name of the testsuite
- Parameters:
tsn
-
Copyright © 2014. All rights reserved.