Sha256: 0d3f0ba6e55f1e80dd529bedc4f0f5629dc1995090084edfaf927bda8db3ea07

Contents?: true

Size: 503 Bytes

Versions: 4

Compression:

Stored size: 503 Bytes

Contents

@error_handling
Feature: Error handling
  In order to assist debugging
  As a user
  I want more debug information when an error occurs communicating with the server

Background:
  Given a HTTP ODataService exists
  And blueprints exist for the service

Scenario: Violate a data type conversion (empty string to decimal)
  Given I call "AddToProducts" on the service with a new "Product" object with Price: ""
  When I save changes it should throw an exception with message containing "HTTP Error 400"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby_odata-0.1.4 features/error_handling.feature
ruby_odata-0.1.3 features/error_handling.feature
ruby_odata-0.1.2 features/error_handling.feature
ruby_odata-0.1.1 features/error_handling.feature