Skip to content

Instantly share code, notes, and snippets.

@Category( IntegrationTest.class )
public class TableLogTest extends FxIntegrationTest
{
@Test
public void shouldHaveRows() throws Exception
{
// GIVEN
enterState( ProjectLoadedWithoutAgentsState.STATE );
ComponentHandle fixedRate = robot.createComponent( FIXED_RATE_GENERATOR );
ComponentHandle tableLog = robot.createComponent( TABLE_LOG );
@Category( IntegrationTest.class )
public class TableLogTest extends FxIntegrationTest
{
@Override
TestState getStartingState()
{
return ProjectLoadedWithoutAgentsState.STATE;
}
@Test
/**
* @id com.eviware.DataSource
* @category flow
* @dependency com.xlson.groovycsv:groovycsv:1.0
*/
import com.xlson.groovycsv.CsvParser
createOutgoing( 'output' )