/**
  * Check that method throw exception when writer was not defined
  *
  * @expectedException \Magento\Framework\Exception\LocalizedException
  */
 public function testGetWriterThrowsException()
 {
     $this->_model->getWriter();
 }