BudgetAnalyser.Engine.UnitTest.Matching.MatchmakerTest.MatchShouldThrowIfGivenNullTransactionList C# (CSharp) Метод

MatchShouldThrowIfGivenNullTransactionList() приватный Метод

private MatchShouldThrowIfGivenNullTransactionList ( ) : void
Результат void
        public void MatchShouldThrowIfGivenNullTransactionList()
        {
            Matchmaker subject = Arrange();
            subject.Match(null, AllRules);
        }