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

Method ClearData

Modules/Chart/Test/mitkChartExampleTest.cpp:184–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 void ClearData()
185 {
186 MITK_INFO << "=== ClearData";
187
188 // Clearing data
189 mitk::ChartExampleTestHelper helper;
190 helper.qmitkChartWidget.Clear();
191 //int size = helper.qmitkChartWidget.ReturnSizeOfMemory();
192 //CPPUNIT_ASSERT_MESSAGE("Data storage was not cleared completely!", size == 0);
193 }
194};
195
196MITK_TEST_SUITE_REGISTRATION(mitkChartExample)

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected