Sha256: 8578202705f11eab9c4234d65a2c58cb246e8360bc4749e3e87a8c170ea47d64

Contents?: true

Size: 529 Bytes

Versions: 3

Compression:

Stored size: 529 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 "Error encountered in converting the value"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 features/error_handling.feature
ruby_odata-0.1.6 features/error_handling.feature
ruby_odata-0.1.5 features/error_handling.feature