4344454647484950
@Test public class AsyncGaeHttpCommandExecutorServiceIntegrationTest extends BaseHttpCommandExecutorServiceIntegrationTest { @BeforeMethod public void setupApiProxy() { LocalServiceTestHelper helper = new LocalServiceTestHelper(new LocalURLFetchServiceTestConfig()); helper.setUp(); }
7071727374757677
super.testPostBinder(); } @BeforeMethod void setupApiProxy() { LocalServiceTestHelper helper = new LocalServiceTestHelper(new LocalURLFetchServiceTestConfig()); helper.setUp(); }
4142434445464748
7273747576777879
3637383940414243
@Test public class GaeHttpCommandExecutorServiceIntegrationTest extends BaseHttpCommandExecutorServiceIntegrationTest { @BeforeMethod public void setupApiProxy() { LocalServiceTestHelper helper = new LocalServiceTestHelper(new LocalURLFetchServiceTestConfig()); helper.setUp(); }