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