If any assert in SetUp function fails that test will be skipped.
This commit is contained in:
parent
3efe0fed79
commit
6d3454e153
11 changed files with 377 additions and 293 deletions
|
@ -24,7 +24,7 @@ void XMLRunStarted(int parameterCount, char *runnerParameters[], time_t eventTim
|
|||
* \param totalRuntime How long the execution took
|
||||
*/
|
||||
void XMLRunEnded(int testCount, int suiteCount, int testPassCount, int testFailCount,
|
||||
time_t endTime, double totalRuntime);
|
||||
int testSkippedCount, time_t endTime, double totalRuntime);
|
||||
|
||||
/*!
|
||||
* Prints the data about the test suite that'll be executed next in XML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue