MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / checkOutput

Method checkOutput

tests/cplusplus/Common/Serialization.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 }
287
288 void checkOutput() {
289 ASSERT_EQ(in32, out32);
290 ASSERT_EQ(in8, out8);
291 }
292 int8_t in8;
293 int32_t in32;
294 int8_t out8;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected