Change the actual PointSetTest using CppUnit.
Description
Description
Related Objects
Related Objects
- Mentioned In
- T27033: Clean up stale remote branches
Event Timeline
Comment Actions
User wirkert has pushed new remote branch:
bug-17082-v2_ChangePointSetTestToCPPUnitTest
Comment Actions
[014440]: Merge branch 'bug-17082-v3_ChangePointSetTestToCPPUnitTest'
Merged commits:
2014-04-30 13:57:17 Sebastian Wirkert [f52051]
Merge branch 'bug-17082-v2_ChangePointSetTestToCPPUnitTest' into bug-17082-v3_ChangePointSetTestToCPPUnitTest
2014-04-23 16:49:32 Sebastian Wirkert [a06ddd]
Added last two tests (clone and data container test).
2014-04-23 15:55:44 Sebastian Wirkert [a760bf]
First restructuring successful:
created three CPPUNIT test suites:
- mitkPointSetOnEmptyTest: for tests on an empty PointSet
- mitkPointSetPointOperationsTest: for testing interaction of PointSets with PointOperations
- mitkPointSetTest: for all other tests.
Still TODO: get all other tests in mitkPointSetTest.cpp
2014-04-16 17:21:02 Sebastian Wirkert [0aeddd]
intermediate version of the restructured PointSetTest.