NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This structure accumulates the statistics for the assertion handler. More...
#include <error.hpp>
Public Member Functions | |
AssertionStats () | |
void | reset () |
Reset the statistics. More... | |
void | succeeded () |
Assertion was successful. More... | |
void | failed () |
Assertion failed. More... | |
Public Attributes | |
size_t | nCheckedAssertions |
size_t | nFailedAssertions |
This structure accumulates the statistics for the assertion handler.
|
inline |
Assertion failed.
Definition at line 531 of file error.hpp.
References nCheckedAssertions, and nFailedAssertions.
Referenced by Assertion::assertionFail().
|
inline |
Reset the statistics.
Definition at line 508 of file error.hpp.
References nCheckedAssertions, and nFailedAssertions.
Referenced by Assertion::resetStats().
|
inline |
Assertion was successful.
Definition at line 520 of file error.hpp.
References nCheckedAssertions.
Referenced by Assertion::checkAssertion().
size_t AssertionStats::nCheckedAssertions |
Definition at line 497 of file error.hpp.
Referenced by failed(), reset(), succeeded(), and FlowCtrl::updateTestStats().
size_t AssertionStats::nFailedAssertions |
Definition at line 498 of file error.hpp.
Referenced by failed(), reset(), and FlowCtrl::updateTestStats().