2013-02-11 34 views

回答

0

SpecWatchr只是一个文件观察器,它在Rakefile中执行rake任务。使用DebuggerShim.cs(用NUnit的TestFixture属性修饰),您应该能够创建一个rake任务,它将通过dotCover运行特定的测试。

链接DebuggerShim.cs: https://github.com/mattflo/NSpec/blob/master/NSpecSpecs/DebuggerShim.cs

然后,如果DebuggerShim.cs改变可以改变SpecWatchr运行dotCover: https://github.com/amirrajan/SpecWatchr/blob/master/dotnet.watchr.rb#L223

耙文件执行中SpecWatchr: https://github.com/amirrajan/SpecWatchr/blob/master/dotnet.watchr.rb#L177

欢迎随时在twitter上与我联系,我很乐意为您设置一个Skype会话来引导您。

+0

谢谢,会调查。 – aknuds1 2013-02-25 09:46:06

相关问题