public function testGetRequest()
 {
     $this->assertInstanceOf('Magento\\Framework\\App\\RequestInterface', $this->_block->getRequest());
 }