@IntegrationTest public class FileBasedConfigLoaderTest extends java.lang.Object
| Constructor and Description |
|---|
FileBasedConfigLoaderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldDetectDeletePropertyValue() |
void |
shouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen() |
void |
shouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen() |
void |
shouldReturnEmptyPropertiesIfFileDoesntExist() |
void |
shouldReturnEmptyPropertiesIfFileWasNeverLoadedBeforeAndHasEmptyContent() |
void |
shouldReturnPropertiesAfterModificationOfFileContent() |
void |
shouldReturnPropertiesIfItHasContentAndWasNeverLoadedBefore() |
void |
tearDown() |
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldReturnEmptyPropertiesIfFileWasNeverLoadedBeforeAndHasEmptyContent()
public void shouldNotReturnPropertiesIfFileWasLoadedBeforeAndNothingHasChangedSinceThen()
public void shouldNotReturnPropertiesIfFileWithContentWasLoadedBeforeAndNothingHasChangedSinceThen()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldReturnPropertiesIfItHasContentAndWasNeverLoadedBefore()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldReturnPropertiesAfterModificationOfFileContent()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldDetectDeletePropertyValue()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldReturnEmptyPropertiesIfFileDoesntExist()
Copyright © 2018 SAP SE. All Rights Reserved.