Search in sources :

Example 1 with CustomParameterGroup

use of fixtures.paging.models.CustomParameterGroup in project autorest.java by Azure.

the class PagingTests method getMultiplePagesFragmentWithGroupingNextLink.

@Test
public void getMultiplePagesFragmentWithGroupingNextLink() throws Exception {
    List<Product> response = client.pagings().getMultiplePagesFragmentWithGroupingNextLink(new CustomParameterGroup().withTenant("test_user").withApiVersion("1.6"));
    Assert.assertEquals(10, response.size());
}
Also used : CustomParameterGroup(fixtures.paging.models.CustomParameterGroup) Product(fixtures.paging.models.Product) Test(org.junit.Test)

Aggregations

CustomParameterGroup (fixtures.paging.models.CustomParameterGroup)1 Product (fixtures.paging.models.Product)1 Test (org.junit.Test)1