BudgetAnalyser.Engine.UnitTest.Persistence.XamlOnDiskApplicationDatabaseRepositoryTest.LoadShouldSetMatchingRulesStorageKeyGivenDemoFile C# (CSharp) Method

LoadShouldSetMatchingRulesStorageKeyGivenDemoFile() private method

private LoadShouldSetMatchingRulesStorageKeyGivenDemoFile ( ) : void
return void
        public void LoadShouldSetMatchingRulesStorageKeyGivenDemoFile()
        {
            Assert.AreEqual("DemoMatchingRules.xml", this.result.MatchingRulesCollectionStorageKey);
        }