import org.drools.test.RuleTester.Foo; rule "notNotRule" when not ( not ( Foo() ) ); then System.out.println("not-not rule fired..."); end