I want to add an deployment item to my test. As far as I understood up until now, the path is relative to the solution. I want the path to be relative to the project. Otherwise, the project can\'t be
consider the following test class: [TestClass] public class ExampleTests { [TestMethod] public void FileDoesNotExists()
I have a number of test classes and methods that copy a particular directory like so: [TestClass, DeploymentItem(\"LanguageData\", \"LanguageData\")]
I\'m having trouble getting an XSL file to be copied to the same directory as t开发者_StackOverflowhe test assembly when I use the DeploymentItem attribute on an MSTest unit test.I followed the chosen
I want to use a static variable as the parameter to DeploymentItem on an MSTest unit test but it doesn\'t seem I\'m able to do so.There\'s an XSL file that needs to be copied along with the DLL file开
I\'m getting a strange error when I try to run a set of unit tests where the class has a DeploymentItem attribute.