Class ODataReadEntitySetIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.odata2webservices.odata.ODataReadEntitySetIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ODataReadEntitySetIntegrationTest extends ServicelayerTransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ODataReadEntitySetIntegrationTest()
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetEntityWhenNoEntitySetWithNameExists
public void testGetEntityWhenNoEntitySetWithNameExists()
-
testGetCartsWhenNoCartItemsExist
public void testGetCartsWhenNoCartItemsExist() throws ImpExException
- Throws:
ImpExException
-
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()
-
-