UnitTestHarness
1.0
Unit Testing Tool
|
Functions | |
void | assertError (string expectedMessage, dyn_string &exceptionInfo, string errorMsg="") |
void | assertEmpty (dyn_mixed actual, string errorMsg="") |
void | assertEqual (mixed expected, mixed actual, string errorMsg="") |
void | assert (bool assertion, string errorMsg="") |
void | assertTrue (bool assertion, string errorMsg="") |
void | assertFalse (bool assertion, string errorMsg="") |
void assert | ( | bool | assertion, |
string | errorMsg = "" |
||
) |
[in] | assertion | bool |
[in] | errorMsg | string |
void assertEmpty | ( | dyn_mixed | actual, |
string | errorMsg = "" |
||
) |
[in] | actual | dyn_mixed |
[in] | errorMsg | string |
void assertEqual | ( | mixed | expected, |
mixed | actual, | ||
string | errorMsg = "" |
||
) |
[in] | expected | mixed |
[in] | actual | mixed |
[in] | errorMsg | string |
void assertError | ( | string | expectedMessage, |
dyn_string & | exceptionInfo, | ||
string | errorMsg = "" |
||
) |
[in] | expectedMessage | string |
[in] | exceptionInfo | dyn_string |
[in] | errorMsg | string |
void assertFalse | ( | bool | assertion, |
string | errorMsg = "" |
||
) |
[in] | assertion | bool |
[in] | errorMsg | string |
void assertTrue | ( | bool | assertion, |
string | errorMsg = "" |
||
) |
[in] | assertion | bool |
[in] | errorMsg | string |