Return whether the protocol class being tested is abstract.
Synopsis
Declared in <bsls_protocoltest.h>
bool
testAbstract();
Description
Return true (i.e., the test passed) if the protocol class being tested is abstract and return false (i.e., the test failed) otherwise. Increase the count of failures and set lastStatus to false on failure.
Return Value
true if the protocol is abstract; false otherwise
Created with MrDocs