I'm currently maintaining an "old" system written in C#.net, removing some obsolete features and doing some refactoring. Thanks god, …
c# visual-studio unit-testing mstest deploymentitemI can't seem to grasp how MSTest deployment items are supposed to be configured. I have been able to get …
unit-testing visual-studio-2010 mstest deploymentitemI am using MS unit testing framework for testing my C# library. I have to open a file which I'm …
c# unit-testing visual-studio-2012 vs-unit-testing-framework deploymentitemnice day! I have following project structure: Solution -My.Project -My.Project.Test --Resources ---mytest.file In my test file …
mstest deploymentitemI'm having trouble getting an XSL file to be copied to the same directory as the test assembly when I …
c# visual-studio mstest deploymentitemUsing MSTest, what is the relative path root of the DeploymentItemAttribute.
.net unit-testing mstest deploymentitemI have some data driven unit tests that were working just fine in Visual Studio 2010. These tests were implemented using …
c# visual-studio-2010 visual-studio-2012 data-driven-tests deploymentitem