Map<String, String> testMap = new HashMap<String, String>();
testMap.put( "keyOne", "valone" );
testMap.put( "valTwo", "valTwo" );
ksession.insert( testMap );
assertEquals( 1, ksession.fireAllRules() );
ksession.dispose();
}
@Test
public void testFromWithStrictModeOn() {
// JBRULES-3533