java/src/org/apache/qetest/FileTestletDriver.java [734:746]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String usage()
    {
        return ("Additional options supported by FileTestletDriver:\n"
                + "    -" + OPT_FILELIST
                + "   <name of listfile of tests to run>\n"
                + "    -" + OPT_DIRFILTER
                + "  <classname of FilenameFilter for dirs>\n"
                + "    -" + OPT_FILEFILTER
                + " <classname of FilenameFilter for files>\n"
                + "    -" + OPT_TESTLET
                + "    <classname of Testlet to execute tests with>\n"
                + super.usage());   // Grab our parent classes usage as well
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



java/src/org/apache/qetest/xsl/ThreadedTestletDriver.java [399:411]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String usage()
    {
        return ("Common [optional] options supported by ThreadedTestletDriver:\n"
                + "    -" + OPT_FILELIST
                + "  <name of listfile of tests to run>\n"
                + "    -" + OPT_DIRFILTER
                + "  <classname of FilenameFilter for dirs>\n"
                + "    -" + OPT_FILEFILTER
                + "  <classname of FilenameFilter for files>\n"
                + "    -" + OPT_TESTLET
                + "  <classname of Testlet to execute tests with>\n"
                + super.usage());   // Grab our parent classes usage as well
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



