assertFalse( list.contains( new FactHandleImpl( 203 ) ) );
}
public void testContainsAll()
{
FactHandle handleA = new FactHandleImpl( 37 );
FactHandle handleB = new FactHandleImpl( 43 );
FactHandle handleC = new FactHandleImpl( 59 );
FactHandle handleD = new FactHandleImpl( 61 );
FactHandleList listA = new FactHandleList( 1, handleA );
FactHandleList listB = new FactHandleList( 3, handleB );
FactHandleList listC = new FactHandleList( 0, handleC );
FactHandleList listD = new FactHandleList( 2, handleD );