Method Summary |
|
protected String | getActiveBalanceType() Fixture accessor method to get
String serialization instance of an active balance type. |
public AccountingPeriod | getAnnualBalanceAccountingPeriod() |
protected AccountingPeriod | getClosedAccountingPeriod() Fixture accessor method for a closed
AccountingPeriod instance. |
protected String | getErrorPropertyName() |
protected String | getInactiveBalanceType() Fixture accessor method to get
String serialization instance of an inactive balance type. |
public void | pendingTestIsValidOpenAccountingPeriod_Closed() |
protected void | testIsValidBalanceType(String btStr, boolean expected) |
public void | testIsValidBalanceType_Active() |
public void | testIsValidBalanceType_Inactive() |
public void | testIsValidBalanceType_Null() |
protected void | testIsValidOpenAccountingPeriod(AccountingPeriod period, boolean expected) |
public void | testIsValidOpenAccountingPeriod_Null() |
public void | testIsValidOpenAccountingPeriod_Open() |
protected void | testIsValidReversalDate(java.sql.Date reversalDate, boolean expected) |
public void | testIsValidReversalDate_Future() |
public void | testIsValidReversalDate_Null() |
public void | testIsValidReversalDate_Past() |
public void | testIsValidReversalDate_Today() |