IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.kernel.services.ITestExecutionServices

Packages that use ITestExecutionServices
com.ibm.rational.test.lt.execution.core.impl   
com.ibm.rational.test.lt.kernel.action   
com.ibm.rational.test.lt.kernel.action.impl   
com.ibm.rational.test.lt.kernel.custom   
com.ibm.rational.test.lt.kernel.engine   
com.ibm.rational.test.lt.kernel.io   
 

Uses of ITestExecutionServices in com.ibm.rational.test.lt.execution.core.impl
 

Classes in com.ibm.rational.test.lt.execution.core.impl that implement ITestExecutionServices
 class LTTestScript
           
 

Uses of ITestExecutionServices in com.ibm.rational.test.lt.kernel.action
 

Subinterfaces of ITestExecutionServices in com.ibm.rational.test.lt.kernel.action
 interface ICondition
          Interface for defining a condition.
 interface IContainer
          Interface for a collection of related actions.
 interface IFor
          A 'for' loop.
 interface IIf
          An 'if' block.
 interface IKAction
          Defines basic functionality that all Kernel actions should implement.
 interface IKLoadTestSchedule
          Define load test schedule behavior.
 interface IKTransaction
           
 interface IKUserGroup
          Define functionality a load test user group should implement.
 interface ILoop
          Special container to support looping.
 interface IPacedLoop
           
 interface IParallel
          Still under constuction...
 interface IWhile
          A 'while' loop.
 

Uses of ITestExecutionServices in com.ibm.rational.test.lt.kernel.action.impl
 

Classes in com.ibm.rational.test.lt.kernel.action.impl that implement ITestExecutionServices
 class com.ibm.rational.test.lt.kernel.action.impl.Container
           
 class com.ibm.rational.test.lt.kernel.action.impl.KAction
           
 class KCatchRPTEvent
          This is a generic exception catching action that logs a message to the testLog and exits.
 class com.ibm.rational.test.lt.kernel.action.impl.KContainer
           
 class com.ibm.rational.test.lt.kernel.action.impl.KScript
           
 

Uses of ITestExecutionServices in com.ibm.rational.test.lt.kernel.custom
 

Methods in com.ibm.rational.test.lt.kernel.custom with parameters of type ITestExecutionServices
 String ICustomCode2.exec(ITestExecutionServices tes, String[] args)
           
 

Uses of ITestExecutionServices in com.ibm.rational.test.lt.kernel.engine
 

Subinterfaces of ITestExecutionServices in com.ibm.rational.test.lt.kernel.engine
 interface IEngine
          Interfaces for Test Execution.
 

Uses of ITestExecutionServices in com.ibm.rational.test.lt.kernel.io
 

Subinterfaces of ITestExecutionServices in com.ibm.rational.test.lt.kernel.io
 interface IKChannel
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.