博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MSTest
阅读量:6263 次
发布时间:2019-06-22

本文共 733 字,大约阅读时间需要 2 分钟。

  1. MSTest Command Line Error - Test 'x' cannot be found

  2. The problem is in the vsmdi file.  There is an attribute of the 'TestLink' element, 'storage'.  It is pointed to the relative path in the Visual Studio environment.  That's why it works inside VS and not in the test environment.  You will need to point it to the correct path in the test environment and the test will execute.

    <TestLink id="6250d036-0a52-8f15-a606-0045dc75e284" name="EventWorkflowFYIToResolvedCoach" storage="hindsight.testing\unittests\hbs tests\bin\release\hbs tests.dll"... />

    Unfortunately that will require (at least) two versions of the vsmdi file.  I haven't figured out how to assign this attribute dynamically.

转载于:https://www.cnblogs.com/dmdj/p/3459308.html

你可能感兴趣的文章
【Android 多媒体开发】 MediaPlayer 网络视频播放器
查看>>
Linux 绝对路径与相对路径
查看>>
海伦公式
查看>>
MatlabTrick
查看>>
leetcode — minimum-depth-of-binary-tree
查看>>
Java代码风格和在idea中的一些设置
查看>>
poj 1730
查看>>
(匹配)Courses -- hdu --1083
查看>>
(并查集)Connections in Galaxy War -- zoj --3261 还没写
查看>>
bit类型数据,是1=false 还是0=false
查看>>
(转)Eclipse中junit框架的使用——单元测试
查看>>
lock关键字理解
查看>>
20172303 2018-2019-1 《程序设计与数据结构》第3周学习总结
查看>>
[Javascript]史上最短的IE浏览器判断代码
查看>>
关于《大道至简》第五章的收获
查看>>
网卡驱动
查看>>
kinect sdk开发入门WPFdemo笔记
查看>>
Server.Transfer详细解释
查看>>
java单链表的增、删、查操作
查看>>
The working copy at 'xxx' is too old 错误解决
查看>>