SportsStore.UnitTests 的 DLL 在哪里?
我正在阅读 Steven Sanderson 的书 Pro Asp.NET MVC 2 Framework。我在第 116 页,尝试使用 NUnit 时遇到了麻烦。
书上说我应该找到 SportsStore.UnitTests 的 DLL(SportsStore 解决方案中的三个项目之一)。但是当我转到 SportsStore\SportsStore.UnitTests\bin\Debug\ 时,找不到 dll。我错过了一些明显的东西吗?
谢谢所以
I reading Steven Sanderson's book, Pro Asp.NET MVC 2 Framework. I'm on page 116 and I'm running into trouble trying to use NUnit.
The book says that I should locate the DLL for SportsStore.UnitTests (one of three projects in the SportsStore solution.) But when i go to SportsStore\SportsStore.UnitTests\bin\Debug\ there is no dll to be found. Am I missing something obvious?
thanks SO
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉那本书或示例解决方案,但听起来单元测试项目没有构建。也许它没有配置为默认构建,或者它所依赖的其他一些项目存在构建错误。
I'm not familiar with that book or with that sample solution but it sounds like that unit testing project did not build. Perhaps it's not configured to build by default or some other project it depends on had a build error.