MCPcopy Create free account
hub / github.com/cginternals/glbinding / MockObject

Class MockObject

source/tests/glbinding-test/RingBuffer_test.cpp:118–121  ·  view source on GitHub ↗

Test behavior with objects

Source from the content-addressed store, hash-verified

116
117// Test behavior with objects
118struct MockObject {
119 int value;
120 int* pointer;
121};
122
123TEST_F(RingBuffer_test, ObjectTest)
124{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected