_generated\AcceptanceTesterActions::seeXmlResponseMatchesXpath PHP Method

seeXmlResponseMatchesXpath() public method

Checks wheather XML response matches XPath php seeXmlResponseMatchesXpath('//root/user[@id=1]');
See also: Codeception\Module\REST::seeXmlResponseMatchesXpath()
public seeXmlResponseMatchesXpath ( $xpath )
$xpath
    public function seeXmlResponseMatchesXpath($xpath)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeXmlResponseMatchesXpath', func_get_args()));
    }
AcceptanceTesterActions