MCPcopy Create free account
hub / github.com/MITK/MITK / testSetLineWidth

Method testSetLineWidth

Modules/Core/test/mitkMaterialTest.cpp:198–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

mitkMaterialTestFunction · 0.80

Calls 3

GetLineWidthMethod · 0.80
NewFunction · 0.50
SetLineWidthMethod · 0.45

Tested by

no test coverage detected