com.ibm.rational.test.common.models.behavior

Interface CBTestInvocation

  • All Superinterfaces:
    CBActionElement, com.ibm.rational.test.common.models.behavior.CBAssetMigration, com.ibm.rational.test.common.models.behavior.edit.CBCloneable, CBNamedElement, com.ibm.rational.test.common.models.behavior.internal.CBTempData, org.eclipse.emf.ecore.EObject, com.ibm.rational.test.common.models.behavior.IAbstractTestInvocation, IAdaptable, org.eclipse.emf.common.notify.Notifier


    public interface CBTestInvocation
    extends com.ibm.rational.test.common.models.behavior.IAbstractTestInvocation
    A Test Invocation is an Action and it containes the test that is inviked.
    See Also:
    BehaviorPackage.getCBTestInvocation()
    • Method Detail

      • getInvokedTest

        org.eclipse.hyades.models.common.facades.behavioral.ITest getInvokedTest()
        Get the invoked test.
        Returns:
        The invokes test as an ITest
      • setInvokedTest

        void setInvokedTest(IFile file)
        Set the invoked test.
        Parameters:
        file - IFile The test to invoke.
      • setInvokedTest

        void setInvokedTest(IFile file,
                          String testName)
        Set the invoked test.
        Parameters:
        file - IFile The test to invoke.
      • getTestURI

        org.eclipse.emf.common.util.URI getTestURI()
        Deprecated. 
        Utility method to get the URI of the invoked test without loading it into memory
        See Also:
        IAbstractTestInvocation.getTestPath()
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.