Test behavior with objects
| 116 | |
| 117 | // Test behavior with objects |
| 118 | struct MockObject { |
| 119 | int value; |
| 120 | int* pointer; |
| 121 | }; |
| 122 | |
| 123 | TEST_F(RingBuffer_test, ObjectTest) |
| 124 | { |
nothing calls this directly
no outgoing calls
no test coverage detected