Sha256: ab3d661296d9efb6ac2d465f7143001bce29b52010cac0bcc9607b8389a7ad9b

Contents?: true

Size: 483 Bytes

Versions: 6

Compression:

Stored size: 483 Bytes

Contents

# language: en
@sdb @client
Feature: Amazon SimpleDB

  Scenario: Making a basic request
    When I call the "ListDomains" API
    Then the response should contain a list of "DomainNames"

  Scenario: Error handling
    When I attempt to call the "DomainMetadata" API with:
    | DomainName | fake-domain |
    Then I expect the response error code to be "NoSuchDomain"
    And I expect the response error message to include:
    """
    The specified domain does not exist.
    """

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc10 features/sdb/client.feature
aws-sdk-core-2.0.0.rc9 features/sdb/client.feature
aws-sdk-core-2.0.0.rc8 features/sdb/client.feature
aws-sdk-core-2.0.0.rc7 features/sdb/client.feature
aws-sdk-core-2.0.0.rc6 features/sdb/client.feature
aws-sdk-core-2.0.0.rc5 features/sdb/client.feature