Class: DaVinciCRDTestKit::V201::HookRequestFetchedDataTest

Inherits:
Inferno::Test
  • Object
show all
Includes:
TaggedRequestLoadHelper
Defined in:
lib/davinci_crd_test_kit/client/v2.0.1/verify_request/hook_request_fetched_data_test.rb

Instance Method Summary collapse

Methods included from TaggedRequestLoadHelper

#crd_interaction_group, #hook_name, #load_interaction_group_requests, #load_requests_for_cross_hook_analysis

Instance Method Details

#no_error_validation(message) ⇒ Object



39
40
41
# File 'lib/davinci_crd_test_kit/client/v2.0.1/verify_request/hook_request_fetched_data_test.rb', line 39

def no_error_validation(message)
  assert messages.none? { |msg| msg[:type] == 'error' }, message
end