Return the number of failures encountered during testing of a protocol class, which is 0 if all tests succeeded or if no tests ran.
Synopsis
Declared in <bsls_protocoltest.h>
int
failures() const;
Return Value
number of test failures so far
Created with MrDocs