Class FileBasedConfigLoaderTest


  • @IntegrationTest
    public class FileBasedConfigLoaderTest
    extends java.lang.Object
    • Constructor Detail

      • FileBasedConfigLoaderTest

        public FileBasedConfigLoaderTest()
    • 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()