Class ODataAdvancedPersistenceFacadeIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ODataAdvancedPersistenceFacadeIntegrationTest extends ServicelayerTest
  • Field Details

  • Constructor Details

    • ODataAdvancedPersistenceFacadeIntegrationTest

      public ODataAdvancedPersistenceFacadeIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws ImpExException
      Throws:
      ImpExException
    • cleanup

      public void cleanup()
    • testPersistEntity_ImpExImportCronJobModel_NewEntryEntityShouldCreate

      public void testPersistEntity_ImpExImportCronJobModel_NewEntryEntityShouldCreate()
    • testPersistEntity_ImpExImportCronJobModel_collectionEntryShouldUpdated

      public void testPersistEntity_ImpExImportCronJobModel_collectionEntryShouldUpdated() throws ImpExException
      Throws:
      ImpExException
    • testPersistEntity_ImpExMediaModel_WhenIsPartOfFalse_NoNewEntryEntityShouldCreate

      public void testPersistEntity_ImpExMediaModel_WhenIsPartOfFalse_NoNewEntryEntityShouldCreate()
    • testPersistEntity_ImpExMediaModel_WhenAutoCreateIsSetToTrue_NewEntryShouldCreate

      public void testPersistEntity_ImpExMediaModel_WhenAutoCreateIsSetToTrue_NewEntryShouldCreate() throws ImpExException
      Throws:
      ImpExException
    • testPersistEntity_WhenAutoCreateIsSetToTrue_NewEntryShouldCreate_EvenDeeplyNested

      public void testPersistEntity_WhenAutoCreateIsSetToTrue_NewEntryShouldCreate_EvenDeeplyNested() throws ImpExException
      Throws:
      ImpExException
    • testPersistEntity_MissingKeyField_transactional_WhenErrorOccursShouldRollback

      public void testPersistEntity_MissingKeyField_transactional_WhenErrorOccursShouldRollback()
    • testPersistEntity_nonexisting_referenced_item_in_collection_transactional_WhenErrorOccursShouldRollback

      public void testPersistEntity_nonexisting_referenced_item_in_collection_transactional_WhenErrorOccursShouldRollback()
    • testPersistEntity_CreatesNewEnumValueWhenItIsAutocreateInTheIntegrationObject

      public void testPersistEntity_CreatesNewEnumValueWhenItIsAutocreateInTheIntegrationObject()
    • testPersistEntity_DoesNotCreatesNewEnumValueWhenItIsNotAutocreateInTheIntegrationObject

      public void testPersistEntity_DoesNotCreatesNewEnumValueWhenItIsNotAutocreateInTheIntegrationObject() throws ImpExException
      Throws:
      ImpExException
    • testPersistEntity_rollsBackCreatedEnumValueWhenContainerItemFailsToPersist

      public void testPersistEntity_rollsBackCreatedEnumValueWhenContainerItemFailsToPersist()