| 44 | |
| 45 | MaterialTest() { myMP = nullptr; } |
| 46 | void testConstructor() |
| 47 | { |
| 48 | myMP = mitk::Material::New(); |
| 49 | MITK_TEST_CONDITION_REQUIRED(myMP.IsNotNull(), "Testing instantiation") |
| 50 | } |
| 51 | |
| 52 | void testConstructorWithColorOpacity() |
| 53 | { |
no test coverage detected