BudgetAnalyser.Engine.UnitTest.TestData.LedgerBookTestData.SetEntriesForTesting C# (CSharp) 메소드

SetEntriesForTesting() 정적인 개인적인 메소드

static private SetEntriesForTesting ( this line, List entries ) : LedgerEntryLine
line this
entries List
리턴 BudgetAnalyser.Engine.Ledger.LedgerEntryLine
        internal static LedgerEntryLine SetEntriesForTesting(this LedgerEntryLine line, List<LedgerEntry> entries)
        {
            PrivateAccessor.SetProperty(line, "Entries", entries);
            return line;
        }