@Test
public void testRestrictionOrderInsideOperator() throws Exception {
StatelessSession session = getStatelessSession( this.getClass().getResourceAsStream( "RestrictionOrder.drl" ) );
session.setAgendaFilter( new RuleNameMatchesAgendaFilter( "Optimise restrictions inside operator" ) );
VerifierReport result = VerifierReportFactory.newVerifierReport();
Collection< ? extends Object> testData = getTestData( this.getClass().getResourceAsStream( "OptimisationRestrictionOrderTest.drl" ),
result.getVerifierData() );