File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ codecept run unit tests/unit/Codeception/TestLoaderTest:testAddCept
3939* <strong >[ REST] </strong > sendXXX methods now encode objects implementing JsonSerializable interfaces. * 2014-12-19*
4040* <strong >[ REST] </strong > added methods to validate JSON structure * 2014-12-19*
4141
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/ ) .
4343Usage of JsonPath requires library "flow/jsonpath" to be installed.
4444
4545` 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.
4747
4848` grabDataFromResponseByJsonPath ` method was added as well to grab data JSONPath.
4949
You can’t perform that action at this time.
0 commit comments