use of fixtures.custombaseurimoreoptions.implementation.AutoRestParameterizedCustomHostTestClientImpl in project autorest.java by Azure.
the class CustomBaseUriMoreOptionsTests method setup.
@BeforeClass
public static void setup() {
OkHttpClient.Builder clientBuilder = new OkHttpClient.Builder().addInterceptor(new HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BODY));
client = new AutoRestParameterizedCustomHostTestClientImpl(clientBuilder, new Retrofit.Builder());
client.withSubscriptionId("test12");
}
Aggregations