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

MatchShouldThrowIfGivenNullTransactionList() private method

private MatchShouldThrowIfGivenNullTransactionList ( ) : void
return void
        public void MatchShouldThrowIfGivenNullTransactionList()
        {
            Matchmaker subject = Arrange();
            subject.Match(null, AllRules);
        }