* If a Condition does not allow an incoming Object, then the object MUST
* NOT be propagated.
*/
public void testNotAllowed()
{
ConditionNode node = new ConditionNode( rule, null, new FalseCondition( ) );
InstrumentedTupleSink sink = new InstrumentedTupleSink( );
node.addTupleSink( sink );