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

Method SetUp

tests/cplusplus/Common/Serialization.cpp:279–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277class SerializationAlignment : public ::testing::Test {
278 public:
279 virtual void SetUp() {
280 /// Give them some dummy values.
281 in8 = 8;
282 in32 = 32;
283 /// Zero the outputs
284 out8 = 0;
285 out32 = 0;
286 }
287
288 void checkOutput() {
289 ASSERT_EQ(in32, out32);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected