Fixed up xml reporter and rebased
This commit is contained in:
parent
3e0c501812
commit
6817bb099d
7 changed files with 73 additions and 27 deletions
|
@ -35,6 +35,9 @@ namespace Catch {
|
|||
bool allPassed() const {
|
||||
return failed == 0 && failedButOk == 0;
|
||||
}
|
||||
bool allOk() const {
|
||||
return failed == 0;
|
||||
}
|
||||
|
||||
std::size_t passed;
|
||||
std::size_t failed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue