org.finra.jtaf.core.model.test
Class TestSuite

java.lang.Object
  extended by org.finra.jtaf.core.model.test.TestComponent
      extended by org.finra.jtaf.core.model.test.TestNamespace
          extended by org.finra.jtaf.core.model.test.TestSuite
All Implemented Interfaces:
Iterable<TestComponent>

public class TestSuite
extends TestNamespace

This class represents a testsuite object


Field Summary
 
Fields inherited from class org.finra.jtaf.core.model.test.TestNamespace
root
 
Constructor Summary
TestSuite(String name)
           
 
Method Summary
 Dependencies getDependencies()
          Return the tests this testsuite depends upon
 Dependencies getExclusions()
           
 String getTestSuiteName()
          Return the name of the testsuite
 void setDependencies(Dependencies dp)
          Set the dependencies for this testsuite
 void setExclusions(Dependencies exc)
           
 void setTestSuiteName(String tsn)
          Set the name of the testsuite
 
Methods inherited from class org.finra.jtaf.core.model.test.TestNamespace
acceptTestVisitor, add, contains, getComponentList, getNeighbor, getTestSuiteMapping, getWithOutTestDataInfo, isComponentMapContain, iterator
 
Methods inherited from class org.finra.jtaf.core.model.test.TestComponent
getFullName, getName, getParent, setName, setParent, toComponent, toComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuite

public TestSuite(String name)
          throws NameFormatException
Throws:
NameFormatException
Method Detail

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.