Skip to content

Instantly share code, notes, and snippets.

@minisu
Last active December 17, 2015 17:09
Show Gist options
  • Save minisu/5643696 to your computer and use it in GitHub Desktop.
Save minisu/5643696 to your computer and use it in GitHub Desktop.
Gherkin TableLogTest
Scenario: A new TableLog should not have any rows
Given an open project without any agents
And a Fixed Rate Generator is connected to a TableLog
Then the TableLog should not contain any rows
Scenario: A TableLog should get rows when getting input
Given an open project without any agents
And a Fixed Rate Generator is connected to a TableLog
When the test is run for 3 seconds
Then the TableLog should contain rows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment