| 33 | #include "gtest/gtest.h" |
| 34 | |
| 35 | TEST(SequentialClient, TwoContexts) { |
| 36 | { |
| 37 | osvr::clientkit::ClientContext firstContext( |
| 38 | "com.osvr.test.firstContext"); |
| 39 | } |
| 40 | { |
| 41 | osvr::clientkit::ClientContext secondContext( |
| 42 | "com.osvr.test.secondContext"); |
| 43 | } |
| 44 | } |
nothing calls this directly
no outgoing calls
no test coverage detected