Beispiel #1
0
        public static void Filter_By_Auction_Ends_NextTwoDay()//next 48 hours
        {
            extent.AttachReporter(htmlReporter);
            test = extent.CreateTest("Filter lots by auction ends");

            Assert.IsTrue(Filtering.FilterByAuctionEnds_NextTwoDay());
            test.Log(Status.Pass, "Test case PASS");
            extent.Flush();
        }