Function allOk
Synopsis
#include <include/internal/catch_totals.h>
bool allOk() const
Description
No description yet.
Source
Lines 33-35 in include/internal/catch_totals.cpp. Line 21 in include/internal/catch_totals.h.
bool Counts::allOk() const {
return failed == 0;
}