public void RunStarted(string name, int testCount) { SAFEBBALog.Info(CommonUtilities.GetClassAndMethodName()); failedTestCasesToReRun += ConfigParameters.PATH_NUNIT_PACKAGE_CONSOLE_EXE; SAFEBBALog.TotalNumberOfTestsToRun = testCount; SAFEBBALog.PrintApplicationConfigurations(); }