Class IntegrationObjectEdmProviderUnitTest

java.lang.Object
de.hybris.platform.odata2services.odata.impl.IntegrationObjectEdmProviderUnitTest

@UnitTest public class IntegrationObjectEdmProviderUnitTest extends Object
  • Constructor Details

    • IntegrationObjectEdmProviderUnitTest

      public IntegrationObjectEdmProviderUnitTest()
  • Method Details

    • 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()