list[2] );
assertSame( workingMemory,
list[3] );
try
{
sink1.setAssertionException( new AssertionException( "test" ) );
source.propagateAssertObject( new Integer( 2 ),
new FactHandleImpl( 3 ),
context,
workingMemory );
fail( "Should have thrown 'AssertionException'" );