/// <summary> /// Called when a test or suite has just started /// </summary> /// <param name="test">The test that is starting</param> public void TestStarted(ITest test) { if (_teamCity != null) { _teamCity.TestStarted(test); } _textUI.TestStarted(test); }