| 141 | } |
| 142 | |
| 143 | void testSetColorCoefficient() |
| 144 | { |
| 145 | double colorCoefficient = 0; |
| 146 | myMP = mitk::Material::New(); |
| 147 | myMP->SetColorCoefficient(colorCoefficient); |
| 148 | MITK_TEST_CONDITION(colorCoefficient == myMP->GetColorCoefficient(), |
| 149 | "Testing if a colorcoefficent was set correctly") |
| 150 | } |
| 151 | void testSetSpecularColor() |
| 152 | { |
| 153 | mitk::Material::Color color; |
no test coverage detected