Class: ApiTester::TypoClass
- Inherits:
-
MethodCaseTest
- Object
- MethodCaseTest
- ApiTester::TypoClass
- Defined in:
- lib/api-tester/modules/typo.rb
Instance Attribute Summary
Attributes inherited from MethodCaseTest
#expected_response, #module_name, #payload, #reports, #response, #url
Instance Method Summary collapse
-
#initialize(response, payload, expected_response, url, verb) ⇒ TypoClass
constructor
A new instance of TypoClass.
Methods inherited from MethodCaseTest
#check, #check_response_code, #extra_field_report, #increment_fields, #json_parse, #missing_field_report, #response_code_report
Constructor Details
#initialize(response, payload, expected_response, url, verb) ⇒ TypoClass
Returns a new instance of TypoClass.
43 44 45 |
# File 'lib/api-tester/modules/typo.rb', line 43 def initialize response, payload, expected_response, url, verb super response, payload, expected_response, url, verb, "TypoModule" end |