UnitTestHarness
1.0
Unit Testing Tool
|
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) |
Allows the updating of the panel's shapes as the tests are running. This is so the user is given instant feedback.
void fwUnitTestComponentUpdateGui_displayProgress | ( | float | testsPassed, |
float | testsCompleted, | ||
shape | testProgressBar, | ||
shape | feedbackText, | ||
shape | feedbackProgressText, | ||
int | numTestsToRun | ||
) |
[in] | testsPassed | float |
[in] | testsCompleted | float |
[in] | testProgressBar | shape |
[in] | feedbackText | shape |
[in] | feedbackProgressText | shape |
[in] | numTestsToRun | int |
void fwUnitTestComponentUpdateGui_updateGuiTree | ( | string | textId, |
bool | success, | ||
string | failedMessage, | ||
string | strExecTime, | ||
shape | testSelectionTree | ||
) |
[in] | textId | string, The string identifying the branch in the tree. |
[in] | success | bool |
[in] | failedMessage | string |
[in] | testSelectionTree | shape |