【发布时间】:2012-02-22 09:32:15
【问题描述】:
我正在使用 NUnit 和 TeamCity,并且我已经编写了一些带有描述的系统测试。
/// <summary>
/// Should send the password reminder and...
/// </summary>
[Test]
public void ShouldSendPasswordReminder()
{
}
在 Teamcity 上,测试运行后,它只显示状态、测试方法名称、测试类名称和持续时间;但是,我希望将测试的“描述”也显示在 TeamCity WebUI 上。
这怎么可能?
谢谢,
【问题讨论】:
标签: unit-testing build nunit automated-tests teamcity