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

Method testConstructor

Modules/Core/test/mitkMaterialTest.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

mitkMaterialTestFunction · 0.80

Calls 2

IsNotNullMethod · 0.80
NewFunction · 0.50

Tested by

no test coverage detected