Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/unit-testing/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Unit testing 从命令行执行Windows Phone 7单元测试_Unit Testing_Windows Phone 7_Command Line - Fatal编程技术网

Unit testing 从命令行执行Windows Phone 7单元测试

Unit testing 从命令行执行Windows Phone 7单元测试,unit-testing,windows-phone-7,command-line,Unit Testing,Windows Phone 7,Command Line,我需要从命令行运行WindowsPhone7单元测试,如中所示,不必与任何GUI元素交互。这可能吗 编辑: 我在这里使用silverlight测试框架假设您在单元测试中使用MSTEST(您没有指定),那么是的,只需使用。谢谢,但是,每当我尝试在testcontainer设置为dll的情况下运行MSTEST时,我都会收到一个错误,显示“无法加载文件或程序集System.Windows”我很困惑如何正确使用mstest for windows phone?

我需要从命令行运行WindowsPhone7单元测试,如中所示,不必与任何GUI元素交互。这可能吗

编辑:
我在这里使用silverlight测试框架

假设您在单元测试中使用MSTEST(您没有指定),那么是的,只需使用。

谢谢,但是,每当我尝试在testcontainer设置为dll的情况下运行MSTEST时,我都会收到一个错误,显示“无法加载文件或程序集System.Windows”我很困惑如何正确使用mstest for windows phone?