C# 클래스 BudgetAnalyser.Engine.UnitTest.TestData.LedgerBookDtoTestData

파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
TestData1 ( ) : LedgerBookDto
TestData2 ( ) : LedgerBookDto
TestData3 ( ) : LedgerBookDto

Same as TestData1 but with some Balance Adjustments on the most recent line. The most recent line also has two bank balances associated with it.

비공개 메소드들

메소드 설명
AddEntryLineForTestData1 ( List entries, System.DateTime lineDate ) : LedgerEntryLineDto
AddEntryLineForTestData2 ( List entries, System.DateTime lineDate ) : LedgerEntryLineDto
UpdateLineBalances ( LedgerEntryLineDto currentLine, LedgerEntryLineDto previousLine, decimal bankBalance ) : void

메소드 상세

TestData1() 공개 정적인 메소드

public static TestData1 ( ) : LedgerBookDto
리턴 BudgetAnalyser.Engine.Ledger.Data.LedgerBookDto

TestData2() 공개 정적인 메소드

public static TestData2 ( ) : LedgerBookDto
리턴 BudgetAnalyser.Engine.Ledger.Data.LedgerBookDto

TestData3() 공개 정적인 메소드

Same as TestData1 but with some Balance Adjustments on the most recent line. The most recent line also has two bank balances associated with it.
public static TestData3 ( ) : LedgerBookDto
리턴 BudgetAnalyser.Engine.Ledger.Data.LedgerBookDto