Beispiel #1
0
        public void ThenTheFileIsCorrectlyReadfromTheAppDataFolder()
        {
            //Act
            var config = _configurationRepository.Get("test", "test", "1.0");

            //Assert
            Assert.IsNotNull(config);
        }