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

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