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

Method ClearATimeStep

Modules/Core/test/mitkBaseDataTest.cpp:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 void ClearATimeStep()
215 {
216 CPPUNIT_ASSERT_MESSAGE("Is not empty before clear()!", !m_BaseDataImpl->IsEmptyTimeStep(1));
217 m_BaseDataImpl->Clear();
218 CPPUNIT_ASSERT_MESSAGE("...but afterwards!", m_BaseDataImpl->IsEmptyTimeStep(1));
219 }
220
221 void BaseDataSetAndGetProperty_Success()
222 {

Callers

nothing calls this directly

Calls 2

IsEmptyTimeStepMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected