}
public void testException() throws FactException
{
/* Create a condition that will always throw an exception */
MockCondition condition = new MockCondition( null,
true );
condition.setTestException( true );
/* Create the TestNode */
TestNode node = new TestNode( 1,
new MockTupleSource( 15 ),
condition );