* If a eval allows an incoming Object, then the Object MUST be
* propagated. This tests that the memory is updated
*/
@Test
public void testAssertedAllowed() {
final MockEvalCondition eval = new MockEvalCondition( true );
// Create a test node that always returns false
final EvalConditionNode node = new EvalConditionNode( 1,
new MockTupleSource( 15 ),
eval,