Exemplo n.º 1
0
        [Category("Type of bet")]    //TEST NOT DONE YET
        public static void Check_Filter_TypeOfBet_Accumulator()
        {
            extent.AttachReporter(htmlReporter);
            test = extent.CreateTest("Filter lots by type TREBLE");

            Assert.IsTrue(Filtering.FilterByTypeOfBet_Accumulator());

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