MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / SetUp

Method SetUp

Tests/BaseTest.cpp:103–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void
104BaseTest::SetUp()
105{
106 const char* path = std::getenv("OFX_PLUGIN_PATH");
107 if (path) {
108 std::cout << "Warning: Ignoring standard plugin path, OFX_PLUGIN_PATH=" << path << std::endl;
109 OFX::Host::PluginCache::useStdOFXPluginsLocation(false);
110 }
111
112 _app = appPTR->getTopLevelInstance();
113 registerTestPlugins();
114}
115
116void
117BaseTest::TearDown()

Callers

nothing calls this directly

Calls 1

getTopLevelInstanceMethod · 0.80

Tested by

no test coverage detected