Added not expression tests
This commit is contained in:
14
Not.http
Normal file
14
Not.http
Normal file
@@ -0,0 +1,14 @@
|
||||
GET /Products?discontinued=not.is.false
|
||||
|
||||
?? status == 200
|
||||
?? body length == 10
|
||||
?? js response.parsedBody[0].product_name == Chai
|
||||
?? js response.parsedBody[9].product_name == Perth Pasties
|
||||
|
||||
###
|
||||
GET /Products?and=(id.lt.50,discontinued.not.is.false)
|
||||
|
||||
?? status == 200
|
||||
?? body length == 9
|
||||
?? js response.parsedBody[0].product_name == Chai
|
||||
?? js response.parsedBody[8].product_name == Singaporean Hokkien Fried Mee
|
||||
Reference in New Issue
Block a user