作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 MSTest ,DeploymentItemAttribute的相对路径根是什么.
最佳答案
每 MSDN页...
Relative paths are relative to the RelativePathRoot setting found in the .testrunconfig file.
SecretProject\
ComponentA\
ComponentA.Test\
Resources\
required.xml
ComponentA.Test.csproj
Tests.cs
SecretProject.sln
[TestClass]
public class Tests
{
[TestMethod]
[DeploymentItem("ComponentA.Test\Resources\required.xml")]
public void Test()
{
}
}
关于.net - DeploymentItemAttribute 的相对路径根是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1822612/
使用 MSTest ,DeploymentItemAttribute的相对路径根是什么. 最佳答案 每 MSDN页... Relative paths are relative to the Rela
有没有什么方法可以在不使用这个 attribute 的情况下部署一个项目? ?我开始在我的测试基础上获得一堆属性,并且变得难以维护。我的大部分项目都是 DLL,需要放入部署目录下的文件夹中。 最佳答案
我是一名优秀的程序员,十分优秀!