Class ODataSchemaGenerationFacadeIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.odata2webservices.odata.ODataSchemaGenerationFacadeIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Field Details
-
definitionsContext
-
integrationObjectsContext
-
-
Constructor Details
-
ODataSchemaGenerationFacadeIntegrationTest
public ODataSchemaGenerationFacadeIntegrationTest()
-
-
Method Details
-
cleanup
public void cleanup() -
testRequestedItemDoesNotExist
public void testRequestedItemDoesNotExist() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testOnlyRequestedItemReturnedEvenIfItIsReferencedFromSomeOtherItem
public void testOnlyRequestedItemReturnedEvenIfItIsReferencedFromSomeOtherItem() throws org.apache.olingo.odata2.api.exception.ODataException, ImpExException- Throws:
org.apache.olingo.odata2.api.exception.ODataExceptionImpExException
-
testRequestedItemReturnedWithItsReferencedItems
public void testRequestedItemReturnedWithItsReferencedItems() throws org.apache.olingo.odata2.api.exception.ODataException, ImpExException- Throws:
org.apache.olingo.odata2.api.exception.ODataExceptionImpExException
-
testItemsAreReturnedForIntegrationObjectSpecifiedInServiceRootWhenOthersExist
public void testItemsAreReturnedForIntegrationObjectSpecifiedInServiceRootWhenOthersExist() throws org.apache.olingo.odata2.api.exception.ODataException, ImpExException- Throws:
org.apache.olingo.odata2.api.exception.ODataExceptionImpExException
-
testMultipleItemsRequested
public void testMultipleItemsRequested() -
testAllItemsReturnedWhenAllMetadataIsRequested
public void testAllItemsReturnedWhenAllMetadataIsRequested() throws org.apache.olingo.odata2.api.exception.ODataException, ImpExException- Throws:
org.apache.olingo.odata2.api.exception.ODataExceptionImpExException
-