Created
April 15, 2015 08:21
-
-
Save HowardvanRooijen/d5b50fc920809f1f9467 to your computer and use it in GitHub Desktop.
Azure Storage Emulator Hook for SpecFlow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@container @storage_emulator | |
Scenario: A long running task runs to completion | |
Given the long running task takes 3 seconds to complete | |
And the task is told to cancel if the cancellation token '19d411fc-5014-4eaa-8f84-0fe3d4b93068' is issued | |
And no cancelation token is issued | |
When I execute the task | |
Then it should complete sucessfully |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment