Method |
Description |
|
__construct ( HttpCallResultPool $httpCallResultPool, $evaluationMode = 'javascript' ) |
|
|
printLastJsonResponse ( ) |
|
|
theJsonNodeShouldBeEqualTo ( $node, $text ) |
Checks, that given JSON node is equal to given value |
|
theJsonNodeShouldBeEqualToTheNumber ( $node, $number ) |
Checks, that given JSON node is equal to the given number |
|
theJsonNodeShouldBeEqualToTheString ( $node, $text ) |
Checks, that given JSON node is equal to the given string |
|
theJsonNodeShouldBeFalse ( $node ) |
Checks, that given JSON node is false |
|
theJsonNodeShouldBeNull ( $node ) |
Checks, that given JSON node is null |
|
theJsonNodeShouldBeTrue ( $node ) |
Checks, that given JSON node is true |
|
theJsonNodeShouldContain ( $node, $text ) |
Checks, that given JSON node contains given value |
|
theJsonNodeShouldExist ( $name ) |
Checks, that given JSON node exist |
|
theJsonNodeShouldHaveElements ( $node, $count ) |
Checks, that given JSON node has N element(s) |
|
theJsonNodeShouldNotBeNull ( $name ) |
Checks, that given JSON node is not null. |
|
theJsonNodeShouldNotContain ( $node, $text ) |
Checks, that given JSON node does not contain given value |
|
theJsonNodeShouldNotExist ( $name ) |
Checks, that given JSON node does not exist |
|
theJsonNodesShoudBeEqualTo ( Behat\Gherkin\Node\TableNode $nodes ) |
Checks, that given JSON nodes are equal to givens values |
|
theJsonNodesShoudContain ( Behat\Gherkin\Node\TableNode $nodes ) |
Checks, that given JSON nodes contains values |
|
theJsonNodesShoudNotContain ( Behat\Gherkin\Node\TableNode $nodes ) |
Checks, that given JSON nodes does not contain given value |
|
theJsonShouldBeEqualTo ( Behat\Gherkin\Node\PyStringNode $content ) |
|
|
theJsonShouldBeInvalidAccordingToTheSchema ( $filename ) |
|
|
theJsonShouldBeValidAccordingToTheSchema ( $filename ) |
|
|
theJsonShouldBeValidAccordingToThisSchema ( Behat\Gherkin\Node\PyStringNode $schema ) |
|
|
theResponseShouldBeInJson ( ) |
Checks, that the response is correct JSON |
|
theResponseShouldNotBeInJson ( ) |
Checks, that the response is not correct JSON |
|