Package de.hybris.platform.util.config
Class FileBasedConfigLoaderTest
java.lang.Object
de.hybris.platform.util.config.FileBasedConfigLoaderTest
-
Constructor Details
-
FileBasedConfigLoaderTest
public FileBasedConfigLoaderTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
shouldReturnEmptyPropertiesIfFileWasNeverLoadedBeforeAndHasEmptyContent
public void shouldReturnEmptyPropertiesIfFileWasNeverLoadedBeforeAndHasEmptyContent() -
shouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen
public void shouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen() -
shouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen
public void shouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen() throws Exception- Throws:
Exception
-
shouldReturnPropertiesIfItHasContentAndWasNeverLoadedBefore
- Throws:
Exception
-
shouldReturnPropertiesAfterModificationOfFileContent
- Throws:
Exception
-
shouldDetectDeletePropertyValue
- Throws:
Exception
-
shouldReturnEmptyPropertiesIfFileDoesntExist
public void shouldReturnEmptyPropertiesIfFileDoesntExist()
-