BudgetAnalyser.Engine.UnitTest.Matching.MatchmakerTest.MatchShouldThrowIfGivenNullTransactionList C# (CSharp) 메소드

MatchShouldThrowIfGivenNullTransactionList() 개인적인 메소드

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