sink2.getAsserted() );
}
@Test
public void testSlotSpecific() {
PropagationContext contextPassAll = new PropagationContextImpl(0,
PropagationContext.ASSERTION, null, null, null, 0, 0, EntryPoint.DEFAULT, Long.MAX_VALUE);
PropagationContext contextPassNothing = new PropagationContextImpl(0,
PropagationContext.ASSERTION, null, null, null, 0, 0, EntryPoint.DEFAULT, 0);
PropagationContext contextPass2And3 = new PropagationContextImpl(0,
PropagationContext.ASSERTION, null, null, null, 0, 0, EntryPoint.DEFAULT, 6);
when( constraint.isAllowedCachedLeft(any(ContextEntry.class), any(InternalFactHandle.class))).thenReturn(true);
when( constraint.isAllowedCachedRight(any(LeftTupleImpl.class), any(ContextEntry.class))).thenReturn(true);