com.ibm.rational.test.lt.kernel.action
Interface ICondition
- All Superinterfaces:
- ICountable, IKAction, IKLog, IKSemaphore, ITestExecutionServices, Runnable
public interface ICondition
- extends IKAction
Interface for defining a condition.
Defines an interface for evaluating a condition for use
in actions that require this kind of decision making.
When the execute method is called on this action, the
condition should be evaluated and then a boolean result
should be set.
- See Also:
IIf
,
IFor
Fields inherited from interface com.ibm.rational.test.lt.kernel.logging.IKLog |
HISTORY_ALL, HISTORY_NONE, HISTORY_PAGES, HISTORY_REQUESTS, HISTORY_SCHEDULE, LOG_ALL, LOG_CONFIG, LOG_FINE, LOG_FINER, LOG_FINEST, LOG_INFO, LOG_NONE, LOG_SEVERE, LOG_WARNING, STATISTIC_ALL, STATISTIC_NONE, STATISTIC_PAGES |
Methods inherited from interface com.ibm.rational.test.lt.kernel.action.IKAction |
abandon, addEventBehavior, blocked, execute, executeAction, executionTime, findDataArea, finish, getBlockedTimeout, getHistory, getHistoryType, getId, getName, getParent, getResultInteger, getResultObject, getResultString, getRtbEnabled, getStatTree, getStopRequested, getSubsystem, getTimeoutDuration, getTimeoutScheme, getVirtualUserName, getWorkerThread, hasFinished, hasStarted, isRunning, reset, setBlockedTimeout, setDispatchingAction, setHistory, setHistoryType, setId, setResultInteger, setResultObject, setResultString, setResultString, setRtbEnabled, setStatTree, start, status, stop, stop, stopAction |
Methods inherited from interface com.ibm.rational.test.lt.kernel.logging.IKLog |
getHistoryLevel, getHistoryLevel, getLogLevel, getStatisticsLevel, getVirtualUserGUID, log, log, log, log, reportEvent, reportEvent, reportEvent, reportMessage, reportMessage, reportMessage, reportVerdict, reportVerdict, reportVerdict, reportVerdict, reportVerificationPoint, reportVerificationPoint, reportVerificationPoint, reportVerificationPoint, reportVerificationPoint, reportVerificationPoint, wouldARM, wouldLog, wouldReportHistory, wouldReportHistory, wouldReportStatistics |
Methods inherited from interface java.lang.Runnable |
run |
getResultBoolean
boolean getResultBoolean()
- Get the result of the condition.
- Returns:
- the result
setResultBoolean
void setResultBoolean(boolean result)
- Set the result of the condition.
- Parameters:
result
- the result
© Copyright IBM Corp. 2012. All rights reserved.