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

Function runAlignmentTest

tests/DCPS/Serializer/AlignmentTest.cpp:239–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool runAlignmentTest()
240{
241 std::cerr << "\nRunning alignment tests...\n";
242 bool ok = true;
243 for (size_t type = 0; type < type_count; ++type) {
244 for (size_t encoding = 0; encoding < encoding_count; ++encoding) {
245 ok &= testType(encodings[encoding], types[type]);
246 }
247 }
248 return ok;
249}
250
251bool runAlignmentResetTest()
252{

Callers 1

ACE_TMAINFunction · 0.85

Calls 1

testTypeFunction · 0.85

Tested by

no test coverage detected