Exemple #1
0
        public static void Filter_Lots_With_No_Bids()
        {
            extent.AttachReporter(htmlReporter);
            test = extent.CreateTest("Filter lots that have no bids");

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