메소드 | 설명 | |
---|---|---|
__construct ( $webPath ) | ||
createWorkDir ( ) | ||
httpClientSendGetRequestOnWithBody ( $method, $url, Behat\Gherkin\Node\PyStringNode $body ) | ||
httpClientSendGetRequestOnWithFollowingHeaders ( $method, $url, Behat\Gherkin\Node\TableNode $headersTable ) | ||
httpClientSendPostRequestOnWithFollowingParameters ( $method, $url, Behat\Gherkin\Node\TableNode $parametersTable ) | ||
httpClientSendRequestOn ( $method, $url ) | ||
killEveryProcessRunningOnTuTuPort ( ) | ||
printLastResponse ( ) | ||
printLastResponseWhenScenarioFail ( Behat\Behat\Hook\Scope\AfterScenarioScope $scope ) | ||
removeWorkDir ( ) | ||
resetHttpCallAttempts ( ) | ||
responseShouldHaveFollowingHedaers ( Behat\Gherkin\Node\TableNode $responseHeaders ) | ||
responseStatusCodeShouldBe ( $expectedStatus ) | ||
theResponseContentShouldBeEmpty ( ) | ||
theResponseContentShouldBeEqualTo ( Behat\Gherkin\Node\PyStringNode $expectedContent ) | ||
theResponseContentShouldMatchExpression ( Behat\Gherkin\Node\PyStringNode $pattern ) | ||
thereIsAEmptyFile ( $fileName ) | ||
thereIsAFileWithFollowingContent ( $filePath, Behat\Gherkin\Node\PyStringNode $fileContent ) | ||
thereIsAResourceFileWithFollowingContent ( $fileName, Behat\Gherkin\Node\PyStringNode $fileContent ) | ||
thereIsARoutingFileWithFollowingContent ( $fileName, Behat\Gherkin\Node\PyStringNode $fileContent ) | ||
tutuIsRunningOnHostAtPort ( $host, $port ) |
메소드 | 설명 | |
---|---|---|
makeHttpCall ( $method, $url, array $parameters = [], array $headers = [], null $body = null ) |
public httpClientSendGetRequestOnWithBody ( $method, $url, Behat\Gherkin\Node\PyStringNode $body ) | ||
$body | Behat\Gherkin\Node\PyStringNode |
public httpClientSendGetRequestOnWithFollowingHeaders ( $method, $url, Behat\Gherkin\Node\TableNode $headersTable ) | ||
$headersTable | Behat\Gherkin\Node\TableNode |
public httpClientSendPostRequestOnWithFollowingParameters ( $method, $url, Behat\Gherkin\Node\TableNode $parametersTable ) | ||
$parametersTable | Behat\Gherkin\Node\TableNode |
public printLastResponseWhenScenarioFail ( Behat\Behat\Hook\Scope\AfterScenarioScope $scope ) | ||
$scope | Behat\Behat\Hook\Scope\AfterScenarioScope |
public responseShouldHaveFollowingHedaers ( Behat\Gherkin\Node\TableNode $responseHeaders ) | ||
$responseHeaders | Behat\Gherkin\Node\TableNode |
public theResponseContentShouldBeEqualTo ( Behat\Gherkin\Node\PyStringNode $expectedContent ) | ||
$expectedContent | Behat\Gherkin\Node\PyStringNode |
public theResponseContentShouldMatchExpression ( Behat\Gherkin\Node\PyStringNode $pattern ) | ||
$pattern | Behat\Gherkin\Node\PyStringNode |
public thereIsAFileWithFollowingContent ( $filePath, Behat\Gherkin\Node\PyStringNode $fileContent ) | ||
$fileContent | Behat\Gherkin\Node\PyStringNode |
public thereIsAResourceFileWithFollowingContent ( $fileName, Behat\Gherkin\Node\PyStringNode $fileContent ) | ||
$fileContent | Behat\Gherkin\Node\PyStringNode |
public thereIsARoutingFileWithFollowingContent ( $fileName, Behat\Gherkin\Node\PyStringNode $fileContent ) | ||
$fileContent | Behat\Gherkin\Node\PyStringNode |