Sha256: 03bdf2ea8253bacfffdbb08531e64e0c3381fc908531a2587981126d2cbb6fb4

Contents?: true

Size: 848 Bytes

Versions: 1

Compression:

Stored size: 848 Bytes

Contents

Feature: Testbeds have separate storing directories and thus don't disturb eachothers.

  Scenario: Serial running of testbeds
    Given a testbed with a "LocalFileStore" application
    And a "HelloWorld" application in it
    When I store a string "hi123" for "HelloWorld" within the "LocalFileStore"
    Then the restored string from the "LocalFileStore" for "HelloWorld" is "hi123"
    When the testbed is stopped
    And a new testbed with a "LocalFileStore" application is started
    And a "HelloWorld" application in it
    Then the restored string from the "LocalFileStore" for "HelloWorld" is not existing
    When the testbed is stopped
  
  Scenario: Nothing started
    When the scenario is started
    Then the ".appswarm_testing" directory should be empty

  Scenario: Parallel running of testbeds

  Scenario: No running of testbeds

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appswarm-0.0.1 apps/local_file_store/features/testbed_handling_of_directories.feature