Skip to content

Instantly share code, notes, and snippets.

@minisu
Created May 24, 2013 13:07
Show Gist options
  • Save minisu/5643373 to your computer and use it in GitHub Desktop.
Save minisu/5643373 to your computer and use it in GitHub Desktop.
@Category( IntegrationTest.class )
public class TableLogTest extends FxIntegrationTest
{
@Test
public void shouldHaveRows() throws Exception
{
// GIVEN
enterState( ProjectLoadedWithoutAgentsState.STATE );
fixedRateGenerator_connectedTo_tableLog();
// WHEN
runTestFor3Seconds();
// THEN
tableHasRows();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment