com.ibm.rational.test.lt.models.behavior.lttest

Interface LTTest

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static String LOADTEST_TYPE
      This is the TYPE for a LoadTest
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      org.eclipse.emf.common.util.EList getDatapools()
      Returns the value of the 'Datapools' containment reference list.
      String getLT_TEST_TYPE()
      Returns the value of the 'LT TEST TYPE' attribute.
      org.eclipse.emf.common.util.EList getOptions()
      Returns the value of the 'Options' containment reference list.
      com.ibm.rational.test.lt.models.behavior.lttest.LTProperties getProperties()
      Returns the value of the 'Properties' containment reference
      LTResources getResources()
      Returns the value of the 'Resources' containment reference
      com.ibm.rational.test.common.models.behavior.CBTestSupport getTestSupport() 
      com.ibm.rational.test.common.models.behavior.CBValidator getValidator()
      This returns a validator for the LTTest.
      CBVersion getVersion()
      Returns the value of the 'Version' containment reference
      void setProperties(com.ibm.rational.test.lt.models.behavior.lttest.LTProperties value)
      Sets the value of the 'Properties' containment reference
      void setResources(LTResources value)
      Sets the value of the 'Resources' containment reference
      void setVersion(CBVersion value)
      Sets the value of the 'Version' containment reference
      • Methods inherited from interface com.ibm.rational.test.common.models.behavior.internal.CBTempData

        getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
      • Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBAssetMigration

        migrate, needMigration
      • Methods inherited from interface com.ibm.rational.test.common.models.behavior.errors.CBErrorHost

        canHostCBErrors, isErrorGenerator
      • Methods inherited from interface com.ibm.rational.test.common.models.behavior.requirements.CBArmEnabled

        containsArmEnabled, getArmEnabledAncestor, isAnyChildEnabled, isArmEnabled, setAnyChildEnabled, setArmEnabled
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
      • Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBSyncPointHost

        canHostSyncPoints, getSyncPoints
    • Field Detail

      • LOADTEST_TYPE

        static final String LOADTEST_TYPE
        This is the TYPE for a LoadTest
    • Method Detail

      • getLT_TEST_TYPE

        String getLT_TEST_TYPE()
        Returns the value of the 'LT TEST TYPE' attribute. The default value is "com.ibm.rational.test.lt.lttest".

        If the meaning of the 'LT TEST TYPE' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'LT TEST TYPE' attribute.
        See Also:
        LttestPackage.getLTTest_LT_TEST_TYPE()
      • getDatapools

        org.eclipse.emf.common.util.EList getDatapools()
        Returns the value of the 'Datapools' containment reference list. The list contents are of type Datapool.

        If the meaning of the 'Datapools' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Datapools' containment reference list.
        See Also:
        LttestPackage.getLTTest_Datapools()
      • getOptions

        org.eclipse.emf.common.util.EList getOptions()
        Returns the value of the 'Options' containment reference list. The list contents are of type Option.

        If the meaning of the 'Options' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Options' containment reference list.
        See Also:
        LttestPackage.getLTTest_Options()
      • setVersion

        void setVersion(CBVersion value)
        Sets the value of the 'Version' containment reference.
        Parameters:
        value - the new value of the 'Version' containment reference.
        See Also:
        LTTest.getVersion()
      • getProperties

        com.ibm.rational.test.lt.models.behavior.lttest.LTProperties getProperties()
        Returns the value of the 'Properties' containment reference.

        If the meaning of the 'Properties' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Properties' containment reference.
        See Also:
        LTTest.setProperties(LTProperties), LttestPackage.getLTTest_Properties()
      • setProperties

        void setProperties(com.ibm.rational.test.lt.models.behavior.lttest.LTProperties value)
        Sets the value of the 'Properties' containment reference.
        Parameters:
        value - the new value of the 'Properties' containment reference.
        See Also:
        LTTest.getProperties()
      • setResources

        void setResources(LTResources value)
        Sets the value of the 'Resources' containment reference.
        Parameters:
        value - the new value of the 'Resources' containment reference.
        See Also:
        LTTest.getResources()
      • getValidator

        com.ibm.rational.test.common.models.behavior.CBValidator getValidator()
        This returns a validator for the LTTest. This validator may contain information regarding the test, if its valid or has issues that need to be addressed. A typical use of this validator is to flag the difference in the version of the test and the current version of the product.
        Returns:
        LTValidator for this test
      • getTestSupport

        com.ibm.rational.test.common.models.behavior.CBTestSupport getTestSupport()
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.