Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void mitk::TestManager::Initialize()
21
{
22
m_FailedTests = 0;
23
m_PassedTests = 0;
24
}
25
int mitk::TestManager::NumberOfFailedTests()
26
{
27
return m_FailedTests;
Callers
3
InitializeViews
Method · 0.45
InitializeView
Method · 0.45
CreateWorldGeometry
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected