BudgetAnalyser.Engine.UnitTest.Matching.MatchmakerTest.MatchShouldThrowIfGivenNullRulesList C# (CSharp) Méthode

MatchShouldThrowIfGivenNullRulesList() private méthode

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