Class DrlTestUtils
- java.lang.Object
-
- org.kie.drl.engine.testingmodule.utils.DrlTestUtils
-
public class DrlTestUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<File>collectDrlFiles(String startPath)Collect drl files under `startPath`static voidrefreshDrlIndexFile()refresh target/classes/IndexFile.drl_json with src/main/resources/IndexFile.drl_json because basically, unit tests should not depend on the file's state
-
-
-
Method Detail
-
refreshDrlIndexFile
public static void refreshDrlIndexFile()
refresh target/classes/IndexFile.drl_json with src/main/resources/IndexFile.drl_json because basically, unit tests should not depend on the file's state
-
collectDrlFiles
public static Set<File> collectDrlFiles(String startPath) throws IOException
Collect drl files under `startPath`- Throws:
IOException
-
-