MCPcopy Create free account
hub / github.com/AimRT/AimRT / SetUp

Method SetUp

src/runtime/core/executor/executor_manager_test.cc:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class ExecutorManagerTest : public ::testing::Test {
12 protected:
13 void SetUp() override {
14 }
15
16 void TearDown() override {
17 executor_manager_.Shutdown();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected