@@ -19,11 +19,19 @@ codecept run unit tests/unit/Codeception/TestLoaderTest
19
19
codecept run unit Codeception
20
20
codecept run unit Codeception:testAddCept
21
21
22
+ codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception
23
+ codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception:testAddCept
24
+
22
25
codecept run unit Codeception/TestLoaderTest.php
23
26
codecept run unit Codeception/TestLoaderTest
24
27
codecept run unit Codeception/TestLoaderTest.php:testAddCept
25
28
codecept run unit Codeception/TestLoaderTest:testAddCept
26
29
30
+ codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception/TestLoaderTest.php
31
+ codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception/TestLoaderTest.php:testAddCept
32
+ codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception/TestLoaderTest
33
+ codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception/TestLoaderTest:testAddCept
34
+
27
35
codecept run unit tests/unit/Codeception
28
36
codecept run unit tests/unit/Codeception:testAddCept
29
37
codecept run unit tests/unit/Codeception/TestLoaderTest.php
@@ -39,11 +47,11 @@ codecept run unit tests/unit/Codeception/TestLoaderTest:testAddCept
39
47
* <strong >[ REST] </strong > sendXXX methods now encode objects implementing JsonSerializable interfaces. * 2014-12-19*
40
48
* <strong >[ REST] </strong > added methods to validate JSON structure * 2014-12-19*
41
49
42
- ` seeResponseJsonMatchesJsonPath ` validates response JSON against [ JsonPath] ( http://goessner.net/articles/JsonPath/ ) .
50
+ ` seeResponseJsonMatchesJsonPath ` validates response JSON against < strong > [ JsonPath] </ strong > (http://goessner.net/articles/JsonPath/ ).
43
51
Usage of JsonPath requires library "flow/jsonpath" to be installed.
44
52
45
53
` seeResponseJsonMatchesXpath ` validates response JSON against XPath.
46
- It converts JSON structure into valid XML document and executes XPath for it.
54
+ It converts JSON structure into valid XPath document and executes XPath for it.
47
55
48
56
` grabDataFromResponseByJsonPath ` method was added as well to grab data JSONPath.
49
57
0 commit comments