UnitTestHarness  1.0
Unit Testing Tool
 All Data Structures Namespaces Files Functions Variables Pages
fwUnitTestComponentUpdateGui.ctl File Reference

Allows the updating of the panel's shapes as the tests are running. This is so the user is given instant feedback. More...

Functions

void fwUnitTestComponentUpdateGui_updateGuiTree (string textId, bool success, string failedMessage, string strExecTime, shape testSelectionTree)
 
void fwUnitTestComponentUpdateGui_displayProgress (float testsPassed, float testsCompleted, shape testProgressBar, shape feedbackText, shape feedbackProgressText, int numTestsToRun)
 

Detailed Description

Allows the updating of the panel's shapes as the tests are running. This is so the user is given instant feedback.

Creation Date
01/04/2014

Function Documentation

void fwUnitTestComponentUpdateGui_displayProgress ( float  testsPassed,
float  testsCompleted,
shape  testProgressBar,
shape  feedbackText,
shape  feedbackProgressText,
int  numTestsToRun 
)
Description: Updates the progress bar and the feedback text.
Usage
public
Parameters
[in]testsPassedfloat
[in]testsCompletedfloat
[in]testProgressBarshape
[in]feedbackTextshape
[in]feedbackProgressTextshape
[in]numTestsToRunint
void fwUnitTestComponentUpdateGui_updateGuiTree ( string  textId,
bool  success,
string  failedMessage,
string  strExecTime,
shape  testSelectionTree 
)
Description: Displays the results of the tests in the tree.
Usage
public
Parameters
[in]textIdstring, The string identifying the branch in the tree.
[in]successbool
[in]failedMessagestring
[in]testSelectionTreeshape