Last active
December 17, 2015 17:09
-
-
Save minisu/5643696 to your computer and use it in GitHub Desktop.
Gherkin TableLogTest
This file contains 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
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