如何测试Windows Phone 7类库?

发布于 2024-09-27 05:20:12 字数 551 浏览 1 评论 0 原文

有没有办法测试 Windows Phone 7 类库?通常(对于 WinForms 或 WPF 应用程序)我创建单独的类库并添加对 nunit.framework.dll 和我想要测试的类库的引用。

在这里,如果我创建新的 Windows Phone 类库,它不允许我添加对 NUnit 框架程序集的引用。

如果我创建常用的类库,它显然允许我引用 NUnit,但不允许添加对我想要测试的 Windows Phone 类库的引用。 闭环 :)

关于如何执行单元测试有什么想法吗?

UPD:我认为目前还没有合适的解决方案。有一种原始的手工解决方案(甚至不是 alpha)http://wptestlib.codeplex.com/。 UnitDriven 和 Silverlight 单元测试框架可以使用,除非您想要测试特定于设备的内容。即不可能在这些项目中引用 WP7 特定的程序集。

Is there any way to test a Windows Phone 7 Class library? Usually (for WinForms or WPF applications) I create separate class library and add reference to nunit.framework.dll and to a class library which I want to test.

Here, if I create new Windows Phone class library it doesn’t allow me to add reference to NUnit framework assembly.

If I create usual Class library, it obviously allows me to refer to NUnit, but doesn’t allow to add reference to the Windows Phone Class library that I want to test.
Closed loop :)

Any ideas on how I can perform my unit-testing?

UPD: I think that there is no proper solution yet. There is one raw hand-made solution(that is not even in alpha) http://wptestlib.codeplex.com/.
UnitDriven and Silverlight Unit Test Framework can be used unless you want to test something device specific. I.e. it is impossible to refer WP7 specific assemblies in these projects.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文