Class FileBasedConfigLoaderTest

java.lang.Object
de.hybris.platform.util.config.FileBasedConfigLoaderTest

@IntegrationTest public class FileBasedConfigLoaderTest extends Object
  • Constructor Details

    • FileBasedConfigLoaderTest

      public FileBasedConfigLoaderTest()
  • Method Details

    • setUp

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

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

      public void shouldReturnEmptyPropertiesIfFileWasNeverLoadedBeforeAndHasEmptyContent()
    • shouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen

      public void shouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen()
    • shouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen

      public void shouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen() throws Exception
      Throws:
      Exception
    • shouldReturnPropertiesIfItHasContentAndWasNeverLoadedBefore

      public void shouldReturnPropertiesIfItHasContentAndWasNeverLoadedBefore() throws Exception
      Throws:
      Exception
    • shouldReturnPropertiesAfterModificationOfFileContent

      public void shouldReturnPropertiesAfterModificationOfFileContent() throws Exception
      Throws:
      Exception
    • shouldDetectDeletePropertyValue

      public void shouldDetectDeletePropertyValue() throws Exception
      Throws:
      Exception
    • shouldReturnEmptyPropertiesIfFileDoesntExist

      public void shouldReturnEmptyPropertiesIfFileDoesntExist()