Class DefaultPersistenceTest

java.lang.Object
de.hybris.platform.licence.sap.DefaultPersistenceTest

@IntegrationTest public class DefaultPersistenceTest extends Object
  • Constructor Details

    • DefaultPersistenceTest

      public DefaultPersistenceTest()
  • Method Details

    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • shouldInitializePersistence

      public void shouldInitializePersistence() throws Exception
      Throws:
      Exception
    • shouldInsertNewEntryWithKeyAndValueIfSuchEntryDoesNotExists

      public void shouldInsertNewEntryWithKeyAndValueIfSuchEntryDoesNotExists() throws Exception
      Throws:
      Exception
    • shouldNotInsertEntryWithKeyAndValueIfSuchEntryAlreadyExists

      public void shouldNotInsertEntryWithKeyAndValueIfSuchEntryAlreadyExists() throws Exception
      Throws:
      Exception
    • shouldUpdateExistingValueForGivenKey

      public void shouldUpdateExistingValueForGivenKey() throws Exception
      Throws:
      Exception
    • shouldReturnFalseWhenTryingToUpdateNonExistentEntry

      public void shouldReturnFalseWhenTryingToUpdateNonExistentEntry() throws Exception
      Throws:
      Exception
    • shouldDeleteEntryForGivenExistingKey

      public void shouldDeleteEntryForGivenExistingKey() throws Exception
      Throws:
      Exception
    • shouldReturnFalseWhenTryingToDeleteNonExistentEntry

      public void shouldReturnFalseWhenTryingToDeleteNonExistentEntry() throws Exception
      Throws:
      Exception
    • shouldGetAValueForGivenKey

      public void shouldGetAValueForGivenKey() throws Exception
      Throws:
      Exception
    • shouldReturnNullWhenTryingToGetAValueForNonExistentKey

      public void shouldReturnNullWhenTryingToGetAValueForNonExistentKey() throws Exception
      Throws:
      Exception
    • shouldReturnAllEntriesAsPropertiesObject

      public void shouldReturnAllEntriesAsPropertiesObject() throws Exception
      Throws:
      Exception