コード例 #1
0
ファイル: TextRunner.cs プロジェクト: rfregosa/nunit
        /// <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 !SILVERLIGHT && !NETCF
            if (_teamCity != null)
            {
                _teamCity.TestStarted(test);
            }
#endif
        }