9 use Magento\Catalog\Test\Page\Product\CatalogProductView;
10 use Magento\Mtf\Client\BrowserInterface;
11 use Magento\Mtf\Constraint\AbstractConstraint;
28 CatalogProductView $catalogProductView,
29 BrowserInterface $browser,
45 return 'All products have Out of Stock status.';
processAssert(CatalogProductView $catalogProductView, BrowserInterface $browser, AssertProductOutOfStock $assertProductOutOfStock, array $products)
processAssert(CatalogProductView $catalogProductView, BrowserInterface $browser, FixtureInterface $product)