| 196 | } |
| 197 | |
| 198 | void testSetLineWidth() |
| 199 | { |
| 200 | myMP = mitk::Material::New(); |
| 201 | double lineWidth = 1; |
| 202 | myMP->SetLineWidth(lineWidth); |
| 203 | MITK_TEST_CONDITION(lineWidth == myMP->GetLineWidth(), "Testing if a LineWidth was set correctly") |
| 204 | } |
| 205 | |
| 206 | void testInitialize() |
| 207 | { |
no test coverage detected