Package com.alibaba.citrus.turbine.pipeline.valve

Examples of com.alibaba.citrus.turbine.pipeline.valve.AnalyzeURLValve


        System.clearProperty("skipValidation");
    }

    @Test
    public void analyzeURL() {
        AnalyzeURLValve valve = (AnalyzeURLValve) pipeline.getValves()[0];
        assertEquals("/index", valve.getHomepage());
    }
View Full Code Here

TOP

Related Classes of com.alibaba.citrus.turbine.pipeline.valve.AnalyzeURLValve

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.