Examples of AdsServiceDescriptor


Examples of com.google.api.ads.common.lib.client.AdsServiceDescriptor

  public void testCreateServiceDescriptor() {
    Class<MockSoapClientInterface> interfaceClass = MockSoapClientInterface.class;
    when(adsServiceDescriptorFactory.create(interfaceClass, VERSION))
        .thenReturn(adsServiceDescriptor);

    AdsServiceDescriptor testAdsServiceDescriptor =
        abstractAdsServiceClientFactoryHelper.createServiceDescriptor(interfaceClass,
            VERSION);

    assertSame(adsServiceDescriptor, testAdsServiceDescriptor);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.