Class DefaultConfigurationMockPersistenceServiceTest

java.lang.Object
de.hybris.platform.sap.productconfig.runtime.mock.persistence.impl.DefaultConfigurationMockPersistenceServiceTest

@UnitTest public class DefaultConfigurationMockPersistenceServiceTest extends Object
  • Constructor Details

    • DefaultConfigurationMockPersistenceServiceTest

      public DefaultConfigurationMockPersistenceServiceTest()
  • Method Details

    • setup

      public void setup()
    • testWriteConfigModelEmpty

      public void testWriteConfigModelEmpty()
    • testWriteConfigModelExisting

      public void testWriteConfigModelExisting()
    • testWriteConfigModelNotPersistedYet

      public void testWriteConfigModelNotPersistedYet()
    • testWriteExtConfigModelEmpty

      public void testWriteExtConfigModelEmpty()
    • testWriteExtConfigModelExisting

      public void testWriteExtConfigModelExisting()
    • testWriteExtConfigModelNotPersistedYet

      public void testWriteExtConfigModelNotPersistedYet()
    • testReadConfigModel

      public void testReadConfigModel()
    • testReadConfigModelNotExisting

      public void testReadConfigModelNotExisting()
    • testReadConfigModelOnlyExternalStateExists

      public void testReadConfigModelOnlyExternalStateExists()
    • testReadConfigModelException

      public void testReadConfigModelException()
    • testReadExtConfigModel

      public void testReadExtConfigModel()
    • testReadExtConfigModelNotExisting

      public void testReadExtConfigModelNotExisting()
    • testDeleteConfigModelNotExisting

      public void testDeleteConfigModelNotExisting()
    • testDeleteConfigModelExisting

      public void testDeleteConfigModelExisting()
    • testDeleteConfigModelExistingWithExtConfig

      public void testDeleteConfigModelExistingWithExtConfig()