Class: UDSPlusTestKit::ReadLocationTest

Inherits:
Inferno::Test
  • Object
show all
Defined in:
lib/uds_plus_test_kit/input_resource_tests/read_location_test.rb

Instance Method Summary collapse

Instance Method Details

#data_scratchObject



23
24
25
# File 'lib/uds_plus_test_kit/input_resource_tests/read_location_test.rb', line 23

def data_scratch
    scratch[:data_resources] ||= {}
end

#data_to_testObject



27
28
29
# File 'lib/uds_plus_test_kit/input_resource_tests/read_location_test.rb', line 27

def data_to_test
    data_scratch['Location'] ||= []
end