Example #1
0
        /// <summary>
        /// VerifyThatCanadaExistsInTheFifthRowUnderCountry - Use 'VerifyThatCanadaExistsInTheFifthRowUnderCountryExpectedValues' to pass parameters into this method.
        /// </summary>
        public void VerifyThatCanadaExistsInTheFifthRowUnderCountry()
        {
            #region Variable Declarations
            HtmlCell uICanadaCell = this.UIHTMLTablesInternetExWindow.UIHTMLTablesDocument.UICustomersTable.UICanadaCell;
            uICanadaCell.DrawHighlight();
            #endregion

            // Verify that the 'InnerText' property of 'Canada' cell equals 'Canada'
            Assert.AreEqual(this.VerifyThatCanadaExistsInTheFifthRowUnderCountryExpectedValues.UICanadaCellInnerText, uICanadaCell.InnerText);
        }