public function testPrepareQuoteItemQty()
 {
     $this->assertEquals(3.0, $this->_model->prepareQuoteItemQty(3, \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create('Magento\\Catalog\\Model\\Product')));
 }