Package de.hybris.platform.util.config
Class FileBasedConfigLoaderTest
- java.lang.Object
-
- de.hybris.platform.util.config.FileBasedConfigLoaderTest
-
@IntegrationTest public class FileBasedConfigLoaderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileBasedConfigLoaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldDetectDeletePropertyValue()voidshouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen()voidshouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen()voidshouldReturnEmptyPropertiesIfFileDoesntExist()voidshouldReturnEmptyPropertiesIfFileWasNeverLoadedBeforeAndHasEmptyContent()voidshouldReturnPropertiesAfterModificationOfFileContent()voidshouldReturnPropertiesIfItHasContentAndWasNeverLoadedBefore()voidtearDown()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnEmptyPropertiesIfFileWasNeverLoadedBeforeAndHasEmptyContent
public void shouldReturnEmptyPropertiesIfFileWasNeverLoadedBeforeAndHasEmptyContent()
-
shouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen
public void shouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen()
-
shouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen
public void shouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnPropertiesIfItHasContentAndWasNeverLoadedBefore
public void shouldReturnPropertiesIfItHasContentAndWasNeverLoadedBefore() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnPropertiesAfterModificationOfFileContent
public void shouldReturnPropertiesAfterModificationOfFileContent() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldDetectDeletePropertyValue
public void shouldDetectDeletePropertyValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnEmptyPropertiesIfFileDoesntExist
public void shouldReturnEmptyPropertiesIfFileDoesntExist()
-
-