Package de.hybris.bootstrap.config
Class DirectoryConfigLoaderTest
- java.lang.Object
-
- de.hybris.bootstrap.config.DirectoryConfigLoaderTest
-
@UnitTest public class DirectoryConfigLoaderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DirectoryConfigLoaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateTempPropertiesFile()voiddeleteTempPropertiesFile()voidshouldHandlePrioritiesUnderTen()voidshouldMergeAndOverrideProperties()voidshouldNotLoadFromExistingPropertyFile()voidshouldNotLoadFromNonexistentPath()voidshouldNotReadFromFilesNotMatchingPattern()voidshouldReadSingleFileFromDir()voidshouldReturnZeroPropsForNullPath()voidshouldSkipNotMatchingSuffix()
-
-
-
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()
-
-