Class DefaultNavigationSegmentExplorerUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.processor.DefaultNavigationSegmentExplorerUnitTest
-
public class DefaultNavigationSegmentExplorerUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationSegmentExplorerUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestExpandForEntityList_FeedAndEntryExisting()voidtestExpandForEntityList_NotExistingFeed()voidtestExpandForSingleEntity_ExpandedEntitySuccess()voidtestExpandForSingleEntity_NavigationSegment_NotFound()voidtestLocalizedAttributesNavPropertyIsNotExpandedForEntityList()
-
-
-
Method Detail
-
setUp
public void setUp() throws org.apache.olingo.odata2.api.edm.EdmException- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
testExpandForSingleEntity_ExpandedEntitySuccess
public void testExpandForSingleEntity_ExpandedEntitySuccess() throws org.apache.olingo.odata2.api.edm.EdmException- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
testExpandForSingleEntity_NavigationSegment_NotFound
public void testExpandForSingleEntity_NavigationSegment_NotFound() throws org.apache.olingo.odata2.api.edm.EdmException- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
testExpandForEntityList_FeedAndEntryExisting
public void testExpandForEntityList_FeedAndEntryExisting() throws org.apache.olingo.odata2.api.edm.EdmException- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
testExpandForEntityList_NotExistingFeed
public void testExpandForEntityList_NotExistingFeed() throws org.apache.olingo.odata2.api.edm.EdmException- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
testLocalizedAttributesNavPropertyIsNotExpandedForEntityList
public void testLocalizedAttributesNavPropertyIsNotExpandedForEntityList() throws org.apache.olingo.odata2.api.edm.EdmException- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
-