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

Method Initialize

Modules/Core/src/Controllers/mitkTestManager.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void mitk::TestManager::Initialize()
21{
22 m_FailedTests = 0;
23 m_PassedTests = 0;
24}
25int mitk::TestManager::NumberOfFailedTests()
26{
27 return m_FailedTests;

Callers 3

InitializeViewsMethod · 0.45
InitializeViewMethod · 0.45
CreateWorldGeometryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected