我正在对我的Windows Phone 7应用进行单元测试。我使用的是通过Visual Studi中的Windows Phone测试项目模板提供的框架。
我正在获取AssertFailExceptions,调试器启动,因为某些UnitTests无法正常工作。但我想,测试驱动程序继续,而不会抛出异常。
我已经尝试停止错误的停止(http://www.benday.com/2010/08/18/silverlight-unit-tests-how-to-stop-breaking-on-assert-exceptions/ )和这:http://sgomez.blogspot.com/2009/12/how-to-disable-assert-dialogs-while.html
谢谢!