public void testExecuteRulesWithGlobal() {
Map sessionProperties = new HashMap();
Map globalMap = new HashMap();
sessionProperties.put("map", globalMap);
instance = StatelessRuleServiceJsr94.builder()
.ruleServiceProvider(new RuleServiceProviderImpl())
.serviceProviderProperties(null)
.executionSetProperties(null)
.ruleSource(getClass().getResourceAsStream("/rule/example.drl"))
.sessionProperties(sessionProperties)
.bulid();