Skip to content

Instantly share code, notes, and snippets.

@HowardvanRooijen
Created April 15, 2015 08:21
Show Gist options
  • Save HowardvanRooijen/d5b50fc920809f1f9467 to your computer and use it in GitHub Desktop.
Save HowardvanRooijen/d5b50fc920809f1f9467 to your computer and use it in GitHub Desktop.
Azure Storage Emulator Hook for SpecFlow
@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