Package org.processmining.contexts.test
Class AllStandardScriptTests
- java.lang.Object
-
- org.processmining.contexts.test.AllStandardScriptTests
-
public class AllStandardScriptTests extends java.lang.Object
Utility class to collect all test scripts annotated in a given directory.- Author:
- dfahland
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TESTSCRIPT_FILE_EXTENSION
-
Constructor Summary
Constructors Constructor Description AllStandardScriptTests()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.String>
getAllTestScripts(java.lang.String lookUpDir)
-
-
-
Field Detail
-
TESTSCRIPT_FILE_EXTENSION
public static final java.lang.String TESTSCRIPT_FILE_EXTENSION
- See Also:
- Constant Field Values
-
-