isImageWithCodeDisplayed() public method

public isImageWithCodeDisplayed ( string $code ) : boolean
$code string
return boolean
 /**
  * @Then /^this taxon should not have(?:| also) an image with a code "([^"]*)"$/
  */
 public function thisTaxonShouldNotHaveAnImageWithCode($code)
 {
     Assert::false($this->updatePage->isImageWithCodeDisplayed($code), sprintf('Image with a code %s should not have been displayed.', $code));
 }