Package restx.tests

Examples of restx.tests.RestxSpecRule


    // name param is only used for the @Parameters' name attribute
    public SessionsTest(String name, RestxSpec spec, WebServerSupplier webServerSupplier){
        this.webServerSupplier = webServerSupplier;
        this.spec = spec;
        this.rule = new RestxSpecRule(this.webServerSupplier);
    }
View Full Code Here

TOP

Related Classes of restx.tests.RestxSpecRule

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.