use of fixtures.paging.implementation.AutoRestPagingTestServiceImpl in project autorest.java by Azure.
the class PagingTests method setup.
@BeforeClass
public static void setup() {
RestClient restClient = new RestClient.Builder().withBaseUrl("http://localhost:3000").withSerializerAdapter(new AzureJacksonAdapter()).withResponseBuilderFactory(new AzureResponseBuilder.Factory()).build();
client = new AutoRestPagingTestServiceImpl(restClient);
;
}
Aggregations