model = $objectManager->getObject(\Magento\Framework\Message\Notice::class); } public function testGetType() { $this->assertEquals(MessageInterface::TYPE_NOTICE, $this->model->getType()); } }