Return whether the protocol class being tested contains no data fields.
Declared in <bsls_protocoltest.h>
bool
testNoDataMembers();
Return true (i.e., the test passed) if the protocol class being tested contains no data fields and return false (i.e., the test failed) otherwise. Increase the count of failures and set lastStatus to false on failure.
true if the protocol has no data members; false otherwise