Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ruby_odata / features / error_handling.feature
Size: Mime:
@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"