MCPcopy Create free account
hub / github.com/MITK/MITK / usModuleAutoLoadTest

Function usModuleAutoLoadTest

Modules/CppMicroServices/test/usModuleAutoLoadTest.cpp:149–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148
149int usModuleAutoLoadTest(int /*argc*/, char* /*argv*/[])
150{
151 US_TEST_BEGIN("ModuleLoaderTest");
152
153 ModuleSettings::SetAutoLoadingEnabled(false);
154 testDefaultAutoLoadPath(false);
155 ModuleSettings::SetAutoLoadingEnabled(true);
156
157 testDefaultAutoLoadPath(true);
158
159 testCustomAutoLoadPath();
160
161 US_TEST_END()
162}

Callers

nothing calls this directly

Calls 2

testDefaultAutoLoadPathFunction · 0.85
testCustomAutoLoadPathFunction · 0.85

Tested by

no test coverage detected