Uiinfrastructure API Docs  
 

IProgressTracker Members

IProgressTracker overview

Public Instance Methods

iconcomplete Called by testrunner when test completes
icondecrement Called by testrunner when a test step fails and has to be backtracked
icongetCompleted Returns true if the overall task completed, no matter what the status
icongetCompletedSteps Gets the number of steps completed
icongetCurTask Returns number of tasks to be run
icongetNumSteps Returns maximum value of progress indicator for this test
icongetNumTasks Returns number of tasks to be run
icongetRetval Gets a specific return value for a step. Step 0 is init.
iconincrement Called by testrunner for each test step
iconinit Sets the number of tasks to be run
iconnotifyeventOverloaded. Called by testrunner to add a message to the message log
iconsetCompleted sets the completed boolean
iconsetName Tracks th ename of this task.
iconsetNumSteps Sets the maximum for progress tracking
iconsetRetval Sets a specific return value for a step. Step 0 is init.

See Also

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