MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / SetUp

Method SetUp

tests/test_scheduler.cpp:28–33  ·  view source on GitHub ↗

Set Up

Source from the content-addressed store, hash-verified

26protected:
27 // Set Up
28 void SetUp() override
29 {
30 plugin_.setEnabled(true);
31 scheduler_ = std::make_unique<endstone::core::EndstoneScheduler>(server_);
32 tick_count_ = 0;
33 }
34
35 // Tear Down
36 void TearDown() override

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected