diff options
Diffstat (limited to 'docs/Reference/1_BindingAssertFunctions.md')
-rw-r--r-- | docs/Reference/1_BindingAssertFunctions.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Reference/1_BindingAssertFunctions.md b/docs/Reference/1_BindingAssertFunctions.md index 918bd04..a007875 100644 --- a/docs/Reference/1_BindingAssertFunctions.md +++ b/docs/Reference/1_BindingAssertFunctions.md @@ -8,6 +8,12 @@ The inverse than above. +* **_AFT.assertVerbStatusSkipped(api, verb, args, msg)** + + Skip a test. + + *msg* must contain your test name if you want to parse the output. + * **_AFT.assertVerbResponseEquals(api, verb, args, expectedResponse)** Test that the call of a verb successfully returns and that verb's response |