_generated\AcceptanceTesterActions::dontSeeResponseJsonMatchesJsonPath PHP Метод

dontSeeResponseJsonMatchesJsonPath() публичный метод

Opposite to seeResponseJsonMatchesJsonPath
См. также: 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