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

Function TEST

tests/cplusplus/ClientKit/SequentialContexts.cpp:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "gtest/gtest.h"
34
35TEST(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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected