Class: FormatTest

Inherits:
MethodCaseTest show all
Defined in:
lib/tester/modules/format.rb

Instance Attribute Summary

Attributes inherited from MethodCaseTest

#expected_response, #module_name, #payload, #reports, #response, #url

Instance Method Summary collapse

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) ⇒ FormatTest

Returns a new instance of FormatTest.



23
24
25
# File 'lib/tester/modules/format.rb', line 23

def initialize response, payload, expected_response, url, verb
    super response, payload, expected_response, url, verb, "FormatModule"
end