With IncomeForecast, LivingExpensesForecast, ReductionForecast (rename this LifecycleForecast?), ContributionForecast, WithdrawalForecast, and TaxForecast now implemented, we need to test them (or, in the cast of IncomeForecast, reimplement its tests).
Thanks to relatively rigorous encapsulation (pending resolution of #54), tests should be much more straightforward than the existing Forecast testing framework.
With
IncomeForecast
,LivingExpensesForecast
,ReductionForecast
(rename thisLifecycleForecast
?),ContributionForecast
,WithdrawalForecast
, andTaxForecast
now implemented, we need to test them (or, in the cast ofIncomeForecast
, reimplement its tests).Thanks to relatively rigorous encapsulation (pending resolution of #54), tests should be much more straightforward than the existing
Forecast
testing framework.