IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.common.models.behavior.CBTest

Packages that use CBTest
com.ibm.rational.common.test.editor.framework   
com.ibm.rational.test.common.models.behavior   
com.ibm.rational.test.lt.datacorrelation.testgen   
com.ibm.rational.test.lt.models.behavior.common.impl   
com.ibm.rational.test.lt.models.behavior.lttest   
com.ibm.rational.test.lt.testeditor.main   
 

Uses of CBTest in com.ibm.rational.common.test.editor.framework
 

Methods in com.ibm.rational.common.test.editor.framework that return CBTest
abstract  CBTest TestEditor.createTestObject()
          Loads and returns concrete type derived from CBTest.
 CBTest TestEditor.getTest()
          Returns CBTest.
 

Methods in com.ibm.rational.common.test.editor.framework with parameters of type CBTest
static CBActionElement MarkerUtil.findModelObject(IMarker marker, boolean type, CBTest test)
          Finds model element that has ID equal to the ID specified in the marker.
protected  void TestEditor.setCbTest(CBTest test)
           
static Object ModelStateManager.setStatusModified(CBTest test, Object context, TestEditor editor)
           
 

Uses of CBTest in com.ibm.rational.test.common.models.behavior
 

Methods in com.ibm.rational.test.common.models.behavior with parameters of type CBTest
 void CBBlock.processRemoval(CBTest test)
           
 

Uses of CBTest in com.ibm.rational.test.lt.datacorrelation.testgen
 

Methods in com.ibm.rational.test.lt.datacorrelation.testgen with parameters of type CBTest
static void DataCorrelator.setCBTest(CBTest test)
           
 

Uses of CBTest in com.ibm.rational.test.lt.models.behavior.common.impl
 

Methods in com.ibm.rational.test.lt.models.behavior.common.impl with parameters of type CBTest
 void LTBlockImpl.processRemoval(CBTest fromTest)
           
 

Uses of CBTest in com.ibm.rational.test.lt.models.behavior.lttest
 

Subinterfaces of CBTest in com.ibm.rational.test.lt.models.behavior.lttest
 interface LTTest
          A representation of the model object 'LT Test'
 

Uses of CBTest in com.ibm.rational.test.lt.testeditor.main
 

Methods in com.ibm.rational.test.lt.testeditor.main that return CBTest
 CBTest LoadTestEditor.createTestObject()
          Calls LttestFactory.eINSTANCE.loadLTTest( getTestSuite() ).
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.