isOutOfStock() 공개 메소드

public isOutOfStock ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * @Then I should see that it is out of stock
  */
 public function iShouldSeeItIsOutOfStock()
 {
     Assert::true($this->showPage->isOutOfStock(), 'Out of stock label should be visible.');
 }