public interface LttestFactory
extends org.eclipse.emf.ecore.EFactory
LttestPackage
Modifier and Type | Field and Description |
---|---|
static LttestFactory |
eINSTANCE
The singleton instance of the factory
|
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.test.lt.models.behavior.lttest.AttachedFile |
createAttachedFile()
Returns a new object of class 'Attached File'
|
com.ibm.rational.test.lt.models.behavior.lttest.AttachedFileProxy |
createAttachedFileProxy()
Returns a new object of class 'Attached File Proxy'
|
Datapool |
createDatapool()
Returns a new object of class 'Datapool'
|
com.ibm.rational.test.lt.models.behavior.lttest.DataTransformOptions |
createDataTransformOptions()
Returns a new object of class 'Data Transform Options'
|
com.ibm.rational.test.lt.models.behavior.lttest.LTAnnotationFile |
createLTAnnotationFile()
Returns a new object of class 'LT Annotation File'
|
LTFeature |
createLTFeature()
Returns a new object of class 'LT Feature'
|
LTLoop |
createLTLoop()
Returns a new object of class 'LT Loop'
|
LTOptions |
createLTOptions()
Returns a new object of class 'LT Options'
|
com.ibm.rational.test.lt.models.behavior.lttest.LTPicture |
createLTPicture()
Returns a new object of class 'LT Picture'
|
com.ibm.rational.test.lt.models.behavior.lttest.LTProperties |
createLTProperties()
Returns a new object of class 'LT Properties'
|
LTResources |
createLTResources()
Returns a new object of class 'LT Resources'
|
LTTest |
createLTTest()
Returns a new object of class 'LT Test'
|
LTTest |
createLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
Returns a new object of class 'LT Test'
|
LTTest |
createLTTest(org.eclipse.emf.ecore.resource.Resource resource)
Returns a new object of class 'LT Test'
|
LTTest |
createLTTest(String path) |
LTTransaction |
createLTTransaction()
Returns a new object of class 'LT Transaction'
|
com.ibm.rational.test.common.models.behavior.variables.CBVar |
createLTVar()
Deprecated.
|
com.ibm.rational.test.lt.models.behavior.lttest.LTVariable |
createLTVariable()
Returns a new object of class 'LT Variable'
|
com.ibm.rational.test.lt.models.behavior.lttest.LTVariableFieldValue |
createLTVariableFieldValue()
Returns a new object of class 'LT Variable Field Value'
|
CBVersion |
createLTVersion()
Returns a new object of class 'LT Version'
|
com.ibm.rational.test.lt.models.behavior.lttest.RuleFileOptions |
createRuleFileOptions()
Returns a new object of class 'Rule File Options'
|
com.ibm.rational.test.lt.models.behavior.lttest.TestOptions |
createTestOptions()
Returns a new object of class 'Test Options'
|
LttestPackage |
getLttestPackage()
Returns the package supported by this factory
|
LTTest |
loadLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
Load the test from an
ITestSuite |
LTTest |
loadLTTest(String path)
Load the test from a file path.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final LttestFactory eINSTANCE
LTTest createLTTest()
LTTest createLTTest(org.eclipse.emf.ecore.resource.Resource resource)
LTTest createLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
LTTransaction createLTTransaction()
Datapool createDatapool()
LTOptions createLTOptions()
CBVersion createLTVersion()
com.ibm.rational.test.lt.models.behavior.lttest.LTProperties createLTProperties()
LTLoop createLTLoop()
com.ibm.rational.test.lt.models.behavior.lttest.LTVariable createLTVariable()
com.ibm.rational.test.lt.models.behavior.lttest.LTVariableFieldValue createLTVariableFieldValue()
com.ibm.rational.test.common.models.behavior.variables.CBVar createLTVar()
com.ibm.rational.test.lt.models.behavior.lttest.LTPicture createLTPicture()
com.ibm.rational.test.lt.models.behavior.lttest.RuleFileOptions createRuleFileOptions()
com.ibm.rational.test.lt.models.behavior.lttest.TestOptions createTestOptions()
com.ibm.rational.test.lt.models.behavior.lttest.DataTransformOptions createDataTransformOptions()
com.ibm.rational.test.lt.models.behavior.lttest.AttachedFile createAttachedFile()
com.ibm.rational.test.lt.models.behavior.lttest.AttachedFileProxy createAttachedFileProxy()
LTResources createLTResources()
LTFeature createLTFeature()
com.ibm.rational.test.lt.models.behavior.lttest.LTAnnotationFile createLTAnnotationFile()
LttestPackage getLttestPackage()
LTTest loadLTTest(String path)
path
should be workspace relative path.
If the file is MyTest.testsuite
in the project MyProject
, then
it should be of the form /MyProject/MyTest.testsuite
.path
- - of the test to be openedLTTest loadLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
ITestSuite
test
- © Copyright IBM Corp. 2013. All rights reserved.