| 33 | #include "gtest/gtest.h" |
| 34 | |
| 35 | TEST(SimultaneousClient, TwoContexts) { |
| 36 | osvr::clientkit::ClientContext outerContext("com.osvr.test.outerContext"); |
| 37 | { |
| 38 | osvr::clientkit::ClientContext innerContext("com.osvr.test.innerContext"); |
| 39 | } |
| 40 | } |
nothing calls this directly
no outgoing calls
no test coverage detected