MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / TEST

Function TEST

source/test/server_test.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace Star;
7
8TEST(ServerTest, Run) {
9 UniverseServer server(Root::singleton().toStoragePath("universe"));
10 server.start();
11 server.stop();
12 server.join();
13}

Callers

nothing calls this directly

Calls 5

singletonClass · 0.85
toStoragePathMethod · 0.80
startMethod · 0.45
stopMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected