Class DirectoryConfigLoaderTest

java.lang.Object
de.hybris.bootstrap.config.DirectoryConfigLoaderTest

@UnitTest public class DirectoryConfigLoaderTest extends Object
  • Constructor Details

    • DirectoryConfigLoaderTest

      public DirectoryConfigLoaderTest()
  • Method Details

    • createTempPropertiesFile

      public void createTempPropertiesFile() throws IOException
      Throws:
      IOException
    • deleteTempPropertiesFile

      public void deleteTempPropertiesFile() throws IOException
      Throws:
      IOException
    • shouldReturnZeroPropsForNullPath

      public void shouldReturnZeroPropsForNullPath()
    • shouldNotLoadFromNonexistentPath

      public void shouldNotLoadFromNonexistentPath()
    • shouldNotLoadFromExistingPropertyFile

      public void shouldNotLoadFromExistingPropertyFile()
    • shouldReadSingleFileFromDir

      public void shouldReadSingleFileFromDir()
    • shouldNotReadFromFilesNotMatchingPattern

      public void shouldNotReadFromFilesNotMatchingPattern()
    • shouldMergeAndOverrideProperties

      public void shouldMergeAndOverrideProperties()
    • shouldSkipNotMatchingSuffix

      public void shouldSkipNotMatchingSuffix()
    • shouldHandlePrioritiesUnderTen

      public void shouldHandlePrioritiesUnderTen()