Class IntegrationObjectEdmProviderUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.impl.IntegrationObjectEdmProviderUnitTest
-
@UnitTest public class IntegrationObjectEdmProviderUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntegrationObjectEdmProviderUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetAssociation()voidtestGetAssociation_Null()voidtestGetAssociation_WithOutAssociation()voidtestGetAssociationSet()voidtestGetAssociationSet_InvalidContainer()voidtestGetAssociationSet_Null()voidtestGetAssociationSet_WithOutAssociationName()voidtestGetEntityContainerInfo()voidtestGetEntityContainerInfo_WithOutContainerName()voidtestGetEntitySet()voidtestGetEntitySet_Null()voidtestGetEntitySet_WithDifferentContainerName()voidtestGetEntitySet_WithOutEntityContainerName()voidtestGetEntitySet_WithOutEntitySetName()voidtestGetEntityType()voidtestGetEntityType_Null()voidtestGetEntityType_WithOutEntityName()voidtestGetSchemas()voidtestGetSchemas_NoServiceSpecified()voidtestGetSchemas_NoTypeSpecified()voidtestGetSchemas_NoTypeSpecified_IsCachedAfterFirstCall()voidtestSomethingBadHappens()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetSchemas
public void testGetSchemas() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testGetSchemas_NoTypeSpecified
public void testGetSchemas_NoTypeSpecified() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testGetSchemas_NoTypeSpecified_IsCachedAfterFirstCall
public void testGetSchemas_NoTypeSpecified_IsCachedAfterFirstCall() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testSomethingBadHappens
public void testSomethingBadHappens() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testGetSchemas_NoServiceSpecified
public void testGetSchemas_NoServiceSpecified() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testGetEntitySet
public void testGetEntitySet()
-
testGetEntitySet_WithDifferentContainerName
public void testGetEntitySet_WithDifferentContainerName()
-
testGetEntitySet_WithOutEntityContainerName
public void testGetEntitySet_WithOutEntityContainerName()
-
testGetEntitySet_Null
public void testGetEntitySet_Null()
-
testGetEntitySet_WithOutEntitySetName
public void testGetEntitySet_WithOutEntitySetName()
-
testGetAssociationSet
public void testGetAssociationSet() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testGetAssociationSet_WithOutAssociationName
public void testGetAssociationSet_WithOutAssociationName() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testGetAssociationSet_Null
public void testGetAssociationSet_Null() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testGetAssociationSet_InvalidContainer
public void testGetAssociationSet_InvalidContainer() throws org.apache.olingo.odata2.api.exception.ODataException- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-
testGetEntityType
public void testGetEntityType()
-
testGetEntityType_WithOutEntityName
public void testGetEntityType_WithOutEntityName()
-
testGetEntityType_Null
public void testGetEntityType_Null()
-
testGetAssociation
public void testGetAssociation()
-
testGetAssociation_WithOutAssociation
public void testGetAssociation_WithOutAssociation()
-
testGetAssociation_Null
public void testGetAssociation_Null()
-
testGetEntityContainerInfo_WithOutContainerName
public void testGetEntityContainerInfo_WithOutContainerName()
-
testGetEntityContainerInfo
public void testGetEntityContainerInfo()
-
-