ABB.Swum.Utilities.Tests.SwumConfigurationTests.TestGetSetting C# (CSharp) Method

TestGetSetting() private method

private TestGetSetting ( ) : void
return void
        public void TestGetSetting()
        {
            Assert.AreEqual("lib/dict.2.txt", SwumConfiguration.GetSetting("PCKimmoPartOfSpeechData.TwoDictFile"));
        }