Package com.xebialabs.restito.semantics

Examples of com.xebialabs.restito.semantics.Stub


    /**
     * Attach actions to the stub
     */
    public StubExpected then(Action... actions) {
        Stub s = new Stub(condition, Action.composite(actions));
        stubServer.addStub(s);
        return new StubExpected(s);
    }
View Full Code Here

TOP

Related Classes of com.xebialabs.restito.semantics.Stub

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.