_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