#region BudgetStartDateSelection [TestMethod] public void InvokeStartDateField() { this.UIMap.InvokeStartDateField(); } [TestMethod] public void SelectStartDateMonth() { this.UIMap.SelectStartDateMonth(); } [TestMethod] public void SelectStartDateYear() { this.UIMap.SelectStartDateYear(); } [TestMethod] public void SelectStartDateYearRange() { } // [TestMethod] public void SelectStartDateYearfromYears() { this.UIMap.SelectStartDateYearfromYears(); } [TestMethod] public void SelectStartDate_Month() { this.UIMap.SelectStartDate_Month(); } [TestMethod] public void SelectStatDate_Date() { this.UIMap.SelectStatDate_Date(); } #endregion