diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-23 09:23:52 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-28 11:26:22 +0000 |
commit | 6d9031afa5d5c8d921c53b5b1e752d1a8839f8d3 (patch) | |
tree | 0e6b6a7da0e4b84e6049cbd7ca58a489539ecdae /docs/Reference/1_BindingAssertFunctions.md | |
parent | 257fef2c54620cc8b0496cbcbdbd51567ced3c07 (diff) |
aft: adapt afb-test allow skip testhalibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.18.0.07.99.37.99.27.99.1
Add skipped functions
Add testVerbStatusSkipped
Add assertVerbStatusSkipped
Add documentation
Bug-AGL: SPEC-2447
Change-Id: I84dd96b29e4838d6a1b951dc2aa230b6da3c048a
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
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 |