Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AssertPriceOnProductPageInterface.php
Go to the documentation of this file.
1 <?php
8 
10 use Magento\Mtf\Fixture\FixtureInterface;
11 
17 {
25  public function assertPrice(FixtureInterface $product, View $productViewBlock);
26 
33  public function setErrorMessage($errorMessage);
34 }
assertPrice(FixtureInterface $product, View $productViewBlock)