【发布时间】:2014-09-19 09:43:23
【问题描述】:
我已经通过 nuget 包安装了 MBUnit 和 Gallio,但是没有上下文菜单或按钮,我可以说运行测试等...
我还需要安装一些东西吗?
【问题讨论】:
标签: c# unit-testing mbunit gallio
我已经通过 nuget 包安装了 MBUnit 和 Gallio,但是没有上下文菜单或按钮,我可以说运行测试等...
我还需要安装一些东西吗?
【问题讨论】:
标签: c# unit-testing mbunit gallio
我使用 TestDriven.net 在 Visual Studio(2013 Ultimate) 中运行 MbUnit 测试,并使用 Gallio Icarus GUI 工具在外部运行它们。我想你也可以这样做
【讨论】:
我现在在我的 VS2010 上安装了 NUnit nuget 包和 VS2010 的免费 Visual NUnit 扩展。
http://visualstudiogallery.msdn.microsoft.com/c8164c71-0836-4471-80ce-633383031099
我不能在商业领域使用 Testdriven.NET 个人许可证!
【讨论】: