_generated\AcceptanceTesterActions::dontSeeXmlResponseMatchesXpath PHP 메소드

dontSeeXmlResponseMatchesXpath() 공개 메소드

Checks wheather XML response does not match XPath php dontSeeXmlResponseMatchesXpath('//root/user[@id=1]');
또한 보기: Codeception\Module\REST::dontSeeXmlResponseMatchesXpath()
public dontSeeXmlResponseMatchesXpath ( $xpath )
$xpath
    public function dontSeeXmlResponseMatchesXpath($xpath)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeXmlResponseMatchesXpath', func_get_args()));
    }
AcceptanceTesterActions