BudgetAnalyser.Engine.UnitTest.Matching.MatchmakerTest.MatchShouldThrowIfGivenNullRulesList C# (CSharp) Method

MatchShouldThrowIfGivenNullRulesList() private method

private MatchShouldThrowIfGivenNullRulesList ( ) : void
return void
        public void MatchShouldThrowIfGivenNullRulesList()
        {
            Matchmaker subject = Arrange();
            subject.Match(StatementModelTestData.TestData2().AllTransactions, null);
        }