Class AllStandardScriptTests


  • public class AllStandardScriptTests
    extends java.lang.Object
    Utility class to collect all test scripts annotated in a given directory.
    Author:
    dfahland
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TESTSCRIPT_FILE_EXTENSION

        public static final java.lang.String TESTSCRIPT_FILE_EXTENSION
        See Also:
        Constant Field Values
    • Constructor Detail

      • AllStandardScriptTests

        public AllStandardScriptTests()
    • Method Detail

      • getAllTestScripts

        public static java.util.List<java.lang.String> getAllTestScripts​(java.lang.String lookUpDir)
        Parameters:
        lookUpDir -
        Returns:
        all test script files in the given directory