aboutsummaryrefslogtreecommitdiffstats
path: root/test/aft-BasicAPITests.lua
blob: 280636300e9c8591e3af8ed530efe8e3b706be45 (plain)
1
2
3
4
_AFT.testVerbStatusSuccess("Ping_verb_test", "helloworld", "ping", {})
_AFT.testVerbStatusSuccess("TestArgs_verb_test", "helloworld", "testargs", { cezam = "open" })
_AFT.testVerbStatusError("TestArgs_value_error_verb_test", "helloworld", "testargs", { cezam = "close" })
_AFT.testVerbStatusError("TestArgs_key_error_verb_test", "helloworld", "testargs", { abracadabdra = "open" })