Uiinfrastructure API Docs  
 

IProgressTracker Members

IProgressTracker overview

Public Instance Methods

complete Called by testrunner when test completes
decrement Called by testrunner when a test step fails and has to be backtracked
getCompleted Returns true if the overall task completed, no matter what the status
getCompletedSteps Gets the number of steps completed
getCurTask Returns number of tasks to be run
getNumSteps Returns maximum value of progress indicator for this test
getNumTasks Returns number of tasks to be run
getRetval Gets a specific return value for a step. Step 0 is init.
increment Called by testrunner for each test step
init Sets the number of tasks to be run
notifyeventOverloaded. Called by testrunner to add a message to the message log
setCompleted sets the completed boolean
setName Tracks th ename of this task.
setNumSteps Sets the maximum for progress tracking
setRetval Sets a specific return value for a step. Step 0 is init.

See Also

IProgressTracker Interface | com.plumtree.uiinfrastructure.diagnostic.testinterface Namespace