| 320 | } |
| 321 | |
| 322 | void testOperatorAssign() |
| 323 | { |
| 324 | mitk::Material::Pointer myMP2 = mitk::Material::New(); |
| 325 | *myMP2 = *myMP; |
| 326 | MITK_TEST_CONDITION(*myMP == *myMP2, "Testing Assignment Operator") |
| 327 | } |
| 328 | }; |
| 329 | |
| 330 | int mitkMaterialTest(int /* argc */, char * /*argv*/ []) |
no test coverage detected