Class ODataReadEntitySetIntegrationTest

    • Constructor Detail

      • ODataReadEntitySetIntegrationTest

        public ODataReadEntitySetIntegrationTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetEntityWhenNoEntitySetWithNameExists

        public void testGetEntityWhenNoEntitySetWithNameExists()
      • testReadEntitySetNoPagingQueryParametersShouldReturnDefaultSizedPagedProductsWithNoCount

        public void testReadEntitySetNoPagingQueryParametersShouldReturnDefaultSizedPagedProductsWithNoCount()
      • testGetAllProductsWithTop1ReturnsTheFirstProductAndNextLink

        public void testGetAllProductsWithTop1ReturnsTheFirstProductAndNextLink()
      • testGetProductsWithTopExceedingMaxPageSizeReturnsMaxPageSizeItems

        public void testGetProductsWithTopExceedingMaxPageSizeReturnsMaxPageSizeItems()
      • testGetAllProductsWithNoneInlineCountAndTop2ReturnsFirst2ProductsAndNextLink

        public void testGetAllProductsWithNoneInlineCountAndTop2ReturnsFirst2ProductsAndNextLink()
      • testGetAllProductsWithAllPagesInlineCountAndTop1ReturnsFirstProductWithCountAndNextLink

        public void testGetAllProductsWithAllPagesInlineCountAndTop1ReturnsFirstProductWithCountAndNextLink()
      • testGetProductsWithTop2AndSkip1Returns2ndThrough3rdProductWithNextLink

        public void testGetProductsWithTop2AndSkip1Returns2ndThrough3rdProductWithNextLink()
      • testGetProductsWithTop1AndSkip2Returns3rdProductWithNextLink

        public void testGetProductsWithTop1AndSkip2Returns3rdProductWithNextLink()
      • testGetProductsWithAllPagesInlineCountTop2AndSkip10ReturnsLastPageWith1ProductCountAndNoNextLink

        public void testGetProductsWithAllPagesInlineCountTop2AndSkip10ReturnsLastPageWith1ProductCountAndNoNextLink()
      • testGetProductsWithSkipExceedingSizeOfProducts

        public void testGetProductsWithSkipExceedingSizeOfProducts()
      • testGetProductsCount

        public void testGetProductsCount()
      • testGetProductsWithInvalidTop

        public void testGetProductsWithInvalidTop()
      • testGetProductsWithInvalidInlineCount

        public void testGetProductsWithInvalidInlineCount()
      • testGetProductsWithInvalidSkip

        public void testGetProductsWithInvalidSkip()
      • testGetProductsWithInvalidCount

        public void testGetProductsWithInvalidCount()
      • testGetProductsWithInvalidCountAndAnotherValidQueryParamIsInvalid

        public void testGetProductsWithInvalidCountAndAnotherValidQueryParamIsInvalid()
      • testGetNavigationSegmentItemsShouldReturnItemsInCollectionAttribute

        public void testGetNavigationSegmentItemsShouldReturnItemsInCollectionAttribute()