_generated\AcceptanceTesterActions::cantSeeResponseJsonMatchesJsonPath PHP Method

cantSeeResponseJsonMatchesJsonPath() public method

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