Class com.ibm.rational.test.ct.execution.runtime.ComponentStub

This class contains methods for interfacing the stub description scripts with the stub data table for using stubs in component tests.

public class ComponentStub

extends Object

Constructors

ComponentStub
public ComponentStub()

Methods

lookupBoolean
public static boolean lookupBoolean ()
Calls a state machine defined by the stub data table for a Boolean method.
lookupByte
public static byte lookupByte ()
Calls a state machine defined by the stub data table for a byte method.
lookupChar
public static char lookupChar ()
Calls a state machine defined by the stub data table for a char method.
lookupDouble
public static void lookupDouble ()
Calls a state machine defined by the stub data table for a double method.
lookupFloat
public static void lookupFloat ()
Calls a state machine defined by the stub data table for a float method.
lookupInt
public static void lookupInt ()
Calls a state machine defined by the stub data table for an int method.
lookupLong
public static void lookupLong ()
Calls a state machine defined by the stub data table for a long method.
lookupObject
public static void lookupObject ()
Calls a state machine defined by the stub data table for an object method.
lookupShort
public static void lookupShort ()
Calls a state machine defined by the stub data table for a short method.
lookupVoid
public static void lookupVoid ()
Calls a state machine defined by the stub data table for a void method.

Parent topic: API documentation for automated component testing

Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.