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

MatchShouldThrowIfGivenNullRulesList() 개인적인 메소드

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