MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / runAlignmentResetTest

Function runAlignmentResetTest

tests/DCPS/Serializer/AlignmentTest.cpp:251–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251bool runAlignmentResetTest()
252{
253 std::cerr << "\nRunning alignment reset tests...\n";
254 bool ok = true;
255 for (size_t type = 0; type < type_count; ++type) {
256 for (size_t encoding = 0; encoding < encoding_count; ++encoding) {
257 ok &= testType(encodings[encoding], types[type], true);
258 }
259 }
260 return ok;
261}
262
263bool runAlignmentOverrunTest()
264{

Callers 1

ACE_TMAINFunction · 0.85

Calls 1

testTypeFunction · 0.85

Tested by

no test coverage detected