Pipe pipe = new Pipe("urlSource");
BaseFetcher fetcher = new FakeHttpFetcher(false, 1);
BaseScoreGenerator scorer = new SkippedScoreGenerator();
BaseRobotsParser parser = new SimpleRobotRulesParser();
BaseFetchJobPolicy fetchJobPolicy = new DefaultFetchJobPolicy();
FetchPipe fetchPipe = new FetchPipe(pipe, scorer, fetcher, fetcher, parser, fetchJobPolicy, 1);
BasePath outputPath = makeOutputPath(platform, "testSkippingURLsByScore");
BasePath contentPath = platform.makePath(outputPath, "content");
Tap content = platform.makeTap(platform.makeBinaryScheme(FetchedDatum.FIELDS), contentPath, SinkMode.REPLACE);