public void testDynamicRules2() throws Exception {
KnowledgeBase kbase = loadKnowledgeBase( );
StatefulKnowledgeSession session = createKnowledgeSession( kbase );
// Assert some simple facts
final FactA a = new FactA( "hello",
new Integer( 1 ),
new Float( 3.14 ) );
final FactB b = new FactB( "hello",
new Integer( 2 ),
new Float( 6.28 ) );