Class DefaultIntegrationKeyToODataEntryGeneratorUnitTest


  • @UnitTest
    public class DefaultIntegrationKeyToODataEntryGeneratorUnitTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultIntegrationKeyToODataEntryGeneratorUnitTest

        public DefaultIntegrationKeyToODataEntryGeneratorUnitTest()
    • Method Detail

      • setUp

        public void setUp()
      • testCalculateODataEntryForNullEntitySet

        public void testCalculateODataEntryForNullEntitySet()
      • testCalculateODataEntryForNullEntitySetAndNonNullKeyPredicates

        public void testCalculateODataEntryForNullEntitySetAndNonNullKeyPredicates()
      • testCalculateODataEntryForNullIntegrationKeyValue

        public void testCalculateODataEntryForNullIntegrationKeyValue()
      • testCalculateODataEntryForNullKeyPredicates

        public void testCalculateODataEntryForNullKeyPredicates()
      • testCalculateODataEntryForEmptyKeyPredicates

        public void testCalculateODataEntryForEmptyKeyPredicates()
      • testCalculateODataEntryForKeyPredicateContainingNonIntegrationKeyPropertyName

        public void testCalculateODataEntryForKeyPredicateContainingNonIntegrationKeyPropertyName()
                                                                                           throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntryWithMultipleKeyPredicates

        public void testCalculateODataEntryWithMultipleKeyPredicates()
                                                              throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntryForEmptyIntegrationKeyValue

        public void testCalculateODataEntryForEmptyIntegrationKeyValue()
                                                                throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntryInvalidNumberOfIntegrationKeyValue

        public void testCalculateODataEntryInvalidNumberOfIntegrationKeyValue()
                                                                       throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntryForSingleIntegrationKeyValue

        public void testCalculateODataEntryForSingleIntegrationKeyValue()
                                                                 throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntryForSingleIntegrationKeyValueInKeyPredicate

        public void testCalculateODataEntryForSingleIntegrationKeyValueInKeyPredicate()
                                                                               throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntryForSingleIntegrationKeyValue_decodeProblem

        public void testCalculateODataEntryForSingleIntegrationKeyValue_decodeProblem()
                                                                               throws org.apache.olingo.odata2.api.edm.EdmException,
                                                                                      java.io.UnsupportedEncodingException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
        java.io.UnsupportedEncodingException
      • testCalculateODataEntryForMultipleIntegrationKeyValue

        public void testCalculateODataEntryForMultipleIntegrationKeyValue()
                                                                   throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_stringProperty

        public void testCalculateODataEntry_stringProperty()
                                                    throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_booleanProperty

        public void testCalculateODataEntry_booleanProperty()
                                                     throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_dateTimeProperty

        public void testCalculateODataEntry_dateTimeProperty()
                                                      throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_dateTimeOffsetProperty

        public void testCalculateODataEntry_dateTimeOffsetProperty()
                                                            throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_timeProperty

        public void testCalculateODataEntry_timeProperty()
                                                  throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_guidProperty

        public void testCalculateODataEntry_guidProperty()
                                                  throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_byteProperty

        public void testCalculateODataEntry_byteProperty()
                                                  throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_decimalProperty

        public void testCalculateODataEntry_decimalProperty()
                                                     throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_doubleProperty

        public void testCalculateODataEntry_doubleProperty()
                                                    throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_int16Property

        public void testCalculateODataEntry_int16Property()
                                                   throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_int32Property

        public void testCalculateODataEntry_int32Property()
                                                   throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntry_int64Property

        public void testCalculateODataEntry_int64Property()
                                                   throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
      • testCalculateODataEntryForMissingKeyFromEntitySet

        public void testCalculateODataEntryForMissingKeyFromEntitySet()
                                                               throws org.apache.olingo.odata2.api.edm.EdmException
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException