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

Function TEST

tests/cplusplus/ClientKit/SimultaneousContexts.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "gtest/gtest.h"
34
35TEST(SimultaneousClient, TwoContexts) {
36 osvr::clientkit::ClientContext outerContext("com.osvr.test.outerContext");
37 {
38 osvr::clientkit::ClientContext innerContext("com.osvr.test.innerContext");
39 }
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected