Exemplo n.º 1
0
        public static void Filter_Lots_By_Sale_Type_BuyItNow()
        {
            extent.AttachReporter(htmlReporter);
            test = extent.CreateTest("Filter lots that are on auction");

            Assert.IsTrue(Filtering.FilterBySaleType_BuyItNow(), "There are lots with no bids");
            test.Log(Status.Pass, "Test case PASS");
            extent.Flush();
        }