This class keeps track of the test status, which includes the status of the last test and the number of failures across all tests.
Synopsis
Declared in <bsls_protocoltest.h>
class ProtocolTest_Status;
Member Functions
Name |
Description |
|
Create an object of the |
Record a test failure by increasing the number of |
|
Return the number of failures encountered during testing of a protocol class, which is 0 if all tests succeeded or if no tests ran. |
|
Return |
|
Reset the status of the last test to |
Created with MrDocs