Last active
January 13, 2017 21:51
-
-
Save tarilabs/48bc2a82f081a4cebe1e43c9154e4fd2 to your computer and use it in GitHub Desktop.
quickcheck with KieHelper and Java 8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KieSession kieSessionHelper = new KieHelper() | |
.addContent(new String(Files.readAllBytes(Paths.get("src/main/resources/myRules.drl"))), ResourceType.DRL) | |
.build().newKieSession(); | |
ReteDumper.dumpRete(kieSessionHelper); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment