Return true if the last test completed successfully (or no test has yes completed) and false otherwise.

Synopsis

Declared in <bsls_protocoltest.h>

bool
lastStatus() const;

Return Value

true if the last test succeeded (or no test has completed)

Created with MrDocs