Package com.google.appengine.tck.endpoints.support

Examples of com.google.appengine.tck.endpoints.support.EndPointClient


public class EndPointsTestBase extends TestBase {
    protected EndPointClient client;

    @Before
    public void setUp() {
        client = new EndPointClient();
    }
View Full Code Here

TOP

Related Classes of com.google.appengine.tck.endpoints.support.EndPointClient

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.