_generated\AcceptanceTesterActions::dontSeeResponseJsonMatchesJsonPath PHP Method

dontSeeResponseJsonMatchesJsonPath() public method

Opposite to seeResponseJsonMatchesJsonPath
See also: Codeception\Module\REST::dontSeeResponseJsonMatchesJsonPath()
public dontSeeResponseJsonMatchesJsonPath ( array $jsonPath )
$jsonPath array
    public function dontSeeResponseJsonMatchesJsonPath($jsonPath)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeResponseJsonMatchesJsonPath', func_get_args()));
    }
AcceptanceTesterActions