| java.lang.Object org.archive.crawler.selftest.AllSelfTestCases
AllSelfTestCases | public class AllSelfTestCases (Code) | | All registered heritrix selftests.
author: stack version: $Id: AllSelfTestCases.java 4931 2007-02-21 18:48:17Z gojomo $ |
Method Summary | |
public static Test | suite(String selftestURL, CrawlJob job, File jobDir, File htdocs) Run all known tests in the selftest suite.
Each unit test to run as part of selftest needs to be added here.
Parameters: selftestURL - Base url to selftest webapp. Parameters: job - The completed selftest job. Parameters: jobDir - Job output directory. | public static Test | suite(String selftestURL, CrawlJob job, File jobDir, File htdocs, List selftests) Run list of passed tests.
This method is exposed so can run something less than all of the
selftests.
Parameters: selftestURL - Base url to selftest webapp. Parameters: job - The completed selftest job. Parameters: jobDir - Job output directory. |
suite | public static Test suite(String selftestURL, CrawlJob job, File jobDir, File htdocs)(Code) | | Run all known tests in the selftest suite.
Each unit test to run as part of selftest needs to be added here.
Parameters: selftestURL - Base url to selftest webapp. Parameters: job - The completed selftest job. Parameters: jobDir - Job output directory. Has the seed file, the order fileand logs. Parameters: htdocs - Expanded webapp directory location. Suite of all selftests. |
suite | public static Test suite(String selftestURL, CrawlJob job, File jobDir, File htdocs, List selftests)(Code) | | Run list of passed tests.
This method is exposed so can run something less than all of the
selftests.
Parameters: selftestURL - Base url to selftest webapp. Parameters: job - The completed selftest job. Parameters: jobDir - Job output directory. Has the seed file, the order fileand logs. Parameters: htdocs - Expanded webapp directory location. Parameters: selftests - List of selftests to run. Suite of all selftests. |
|
|