Package bixo.config

Examples of bixo.config.BixoPlatform


        testPayloads(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local));
    }
   
    @Test
    public void testSkippingURLsByScore() throws Exception {
        testSkippingURLsByScore(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local));
    }
View Full Code Here


        testSkippingURLsByScore(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local));
    }
   
    @Test
    public void testDurationLimitSimple() throws Exception {
        testDurationLimitSimple(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local));
    }
View Full Code Here

        testDurationLimitSimple(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local));
    }
   
    @Test
    public void testMaxUrlsPerServer() throws Exception {
        testMaxUrlsPerServer(new BixoPlatform(FetchPipeLocalTest.class, Platform.Local));
    }
View Full Code Here

public class FetchPipeHadoopTest extends AbstractFetchPipeTest {
   

    @Test
    public void testHeadersInStatus() throws Exception {
        testHeadersInStatus(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
View Full Code Here

        testHeadersInStatus(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
   
    @Test
    public void testFetchPipe() throws Exception {
        testFetchPipe(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
View Full Code Here

        testFetchPipe(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
   
    @Test
    public void testRedirectException() throws Exception {
        testRedirectException(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
View Full Code Here

        testRedirectException(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
   
    @Test
    public void testTerminatingFetchPipe() throws Exception {
        testTerminatingFetchPipe(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
View Full Code Here

        testTerminatingFetchPipe(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
   
    @Test
    public void testPayloads() throws Exception {
        testPayloads(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
View Full Code Here

        testPayloads(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
   
    @Test
    public void testSkippingURLsByScore() throws Exception {
        testSkippingURLsByScore(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
View Full Code Here

        testSkippingURLsByScore(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
   
    @Test
    public void testDurationLimitSimple() throws Exception {
        testDurationLimitSimple(new BixoPlatform(FetchPipeHadoopTest.class, Platform.Hadoop));
    }
View Full Code Here

TOP

Related Classes of bixo.config.BixoPlatform

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.