Sha256: 4c2f42df51efbd5519121c3d4d43fc2ebb2d1eadeccb4b73db61a741c3b533da
Contents?: true
Size: 1.88 KB
Versions: 27
Compression:
Stored size: 1.88 KB
Contents
Feature: Data import for ShipmentMode As a data user I want to import ShipmentMode data So that I can perform shipment mode-based calculations Scenario: Successfully verifying that route inefficiency factor >= 1 Given a "ShipmentMode" data import fetches results listed in "shipment_mode_good" When a data import verifies "Route inefficiency factor should be one or more" Then the verification should be successful Scenario: Failing to verify that route inefficiency factor >= 1 Given a "ShipmentMode" data import fetches results listed in "shipment_mode_bad" When a data import verifies "Route inefficiency factor should be one or more" Then the verification should not be successful Scenario: Successfully verifying that transport emission factor > 0 Given a "ShipmentMode" data import fetches results listed in "shipment_mode_good" When a data import verifies "Transport emission factor should be greater than zero" Then the verification should be successful Scenario: Failing to verify that transport emission factor > 0 Given a "ShipmentMode" data import fetches results listed in "shipment_mode_bad" When a data import verifies "Transport emission factor should be greater than zero" Then the verification should not be successful Scenario: Successfully verifying that transport emission factor units is never missing Given a "ShipmentMode" data import fetches results listed in "shipment_mode_good" When a data import verifies "Transport emission factor units should never be missing" Then the verification should be successful Scenario: Failing to verify that transport emission factor units is never missing Given a "ShipmentMode" data import fetches results listed in "shipment_mode_bad" When a data import verifies "Transport emission factor units should never be missing" Then the verification should not be successful
Version data entries
27 entries across 27 versions & 1 rubygems