/**
  * See detailed tests at \Magento\Catalog\Model\Product\Type*_PriceTest
  */
 public function testGetTierPriceCount()
 {
     $this->assertEquals(0, $this->_model->getTierPriceCount());
 }