_generated\AcceptanceTesterActions::dontSeeXmlResponseMatchesXpath PHP Method

dontSeeXmlResponseMatchesXpath() public method

Checks wheather XML response does not match XPath php dontSeeXmlResponseMatchesXpath('//root/user[@id=1]');
See also: 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