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

Method TestSetSelectInfo

Modules/Core/test/mitkPointSetTest.cpp:96–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void TestSetSelectInfo()
97 {
98 // check SetSelectInfo
99 pointSet->SetSelectInfo(4, true);
100
101 CPPUNIT_ASSERT_EQUAL_MESSAGE("check SetSelectInfo", true, pointSet->GetSelectInfo(4));
102 /*
103 if (!pointSet->GetSelectInfo(2))
104 {
105 std::cout<<"[FAILED]"<<std::endl;
106 return EXIT_FAILURE;
107 }
108 delete doOp;
109 std::cout<<"[PASSED]"<<std::endl;
110 */
111 }
112
113 void TestSearchSelectedPoint()
114 {

Callers

nothing calls this directly

Calls 2

SetSelectInfoMethod · 0.80
GetSelectInfoMethod · 0.80

Tested by

no test coverage detected