Return whether the protocol class being tested has a virtual destructor.
Declared in <bsls_protocoltest.h>
bool
testVirtualDestructor();
Return true (i.e., the test passed) if the protocol class being tested has a virtual destructor and return false (i.e., the test failed) otherwise. Increase the failures count and set lastStatus to false on failure.
true if the protocol has a virtual destructor; false otherwise