Class DirectoryConfigLoaderTest


  • @UnitTest
    public class DirectoryConfigLoaderTest
    extends java.lang.Object
    • Constructor Detail

      • DirectoryConfigLoaderTest

        public DirectoryConfigLoaderTest()
    • Method Detail

      • createTempPropertiesFile

        public void createTempPropertiesFile()
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • deleteTempPropertiesFile

        public void deleteTempPropertiesFile()
                                      throws java.io.IOException
        Throws:
        java.io.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()