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

Method TestIsNotEmpty

Modules/Core/test/mitkPointSetTest.cpp:80–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79 void tearDown() override { pointSet = nullptr; }
80 void TestIsNotEmpty()
81 {
82 // PointSet can not be empty!
83 CPPUNIT_ASSERT_EQUAL_MESSAGE("check if the PointSet is not empty ", true, !pointSet->IsEmptyTimeStep(0));
84
85 /*
86std::cout << "check if the PointSet is not empty ";
87if (pointSet->IsEmpty(0))
88{
89std::cout<<"[FAILED]"<<std::endl;
90return EXIT_FAILURE;
91}
92std::cout<<"[PASSED]"<<std::endl;
93 */
94 }
95
96 void TestSetSelectInfo()
97 {

Callers

nothing calls this directly

Calls 1

IsEmptyTimeStepMethod · 0.45

Tested by

no test coverage detected