static void Main(string[] args) { DUMMYSITE_TEST_CASES tests = new DUMMYSITE_TEST_CASES(); tests.TestCase1(); tests.TestCase2(); tests.TestCase3(); SeleniumLog log = SeleniumLog.Instance(); log.Info("Test info"); log.Warning("Test warning"); log.Pass("Test pass"); log.Fail("Test fail"); log.Debug("Test debug"); }