session.getAgenda().getFocusName() );
// on the seventh day, while God rested, man start killing them all
session.modifyRetract( handles[0][0] );
cells[0][0].setState( Cell.DEAD );
session.modifyInsert( handles[0][0],
cells[0][0] );
session.setFocus( "calculate" );
session.fireAllRules( 100 );
expected = new int[][]{{3, 2, 2}, {2, 2, 2}, {2, 2, 1}};