Package us.monoid.web

Examples of us.monoid.web.TextResource


        Resty.ignoreAllCerts();

        Resty resty = new Resty();

        TextResource response = resty.text(String.format("https://localhost:%d%s", getPort(), HelloWorldTestResource.HELLO_WORLD_PATH));

        assertThat(response.toString(), equalTo(HelloWorldTestResource.HELLO_WORLD));
    }
View Full Code Here

TOP

Related Classes of us.monoid.web.TextResource

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.