File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ codecept run unit tests/unit/Codeception/TestLoaderTest:testAddCept
39
39
* <strong >[ REST] </strong > sendXXX methods now encode objects implementing JsonSerializable interfaces. * 2014-12-19*
40
40
* <strong >[ REST] </strong > added methods to validate JSON structure * 2014-12-19*
41
41
42
- ` seeResponseJsonMatchesJsonPath ` validates response JSON against < strong > [ JsonPath] </ strong > (http://goessner.net/articles/JsonPath/ ).
42
+ ` seeResponseJsonMatchesJsonPath ` validates response JSON against [ JsonPath] ( http://goessner.net/articles/JsonPath/ ) .
43
43
Usage of JsonPath requires library "flow/jsonpath" to be installed.
44
44
45
45
` seeResponseJsonMatchesXpath ` validates response JSON against XPath.
46
- It converts JSON structure into valid XPath document and executes XPath for it.
46
+ It converts JSON structure into valid XML document and executes XPath for it.
47
47
48
48
` grabDataFromResponseByJsonPath ` method was added as well to grab data JSONPath.
49
49
You can’t perform that action at this time.
0 commit comments