Uses of Class
org.jomc.model.test.TestSuite

Packages that use TestSuite
org.jomc.model.test   
 

Uses of TestSuite in org.jomc.model.test
 

Methods in org.jomc.model.test that return TestSuite
 TestSuite TestSuite.clone()
          Creates and returns a deep copy of this object.
 TestSuite ObjectFactory.createTestSuite()
          Create an instance of TestSuite
 

Methods in org.jomc.model.test that return types with arguments of type TestSuite
 JAXBElement<TestSuite> ObjectFactory.createTestsuite(TestSuite value)
          Create an instance of JAXBElement<TestSuite>}
 

Methods in org.jomc.model.test with parameters of type TestSuite
 JAXBElement<TestSuite> ObjectFactory.createTestsuite(TestSuite value)
          Create an instance of JAXBElement<TestSuite>}
 

Constructors in org.jomc.model.test with parameters of type TestSuite
TestSuite(TestSuite o)
          Creates a new TestSuite instance by deeply copying a given instance.
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.