I\'m new to Moq, and just started on a project that\'s already in development. I\'m responsible for setting up unit testing. There\'s a custom class for the DatabaseFactory that uses EnterpriseLibrary
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
In our unit testing, I\'ve got a stub object that is creating a set of data in memory to be used during unit testing so that the live database is not used.
I need read connection string from web.config which in asp.net mvc project, but all i get are null. how can i obtain connection string in mstest, do i need a开发者_如何学Cdditional configuration in so
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开
We have been using TeamBuild and test for our continuous integration build for about 4 months and this issue just popped up the other day in one of our test assemblies when running tests on one of our
I am currently working on a project that is using MS Test for unit testing.When I do a \"Run All Tests\" I get the following error for about 1/3 of the tests:
I\'m trying to copy multiple files from a deep source tree that have the same file name. For example TestResults.trx. I want to copy them into a single directory (i.e. flattened). Problem is they just
I have a testing scenario where I want to check if two collections are equal. I have found the class Microsoft.VisualStudio.QualityTools.UnitTesting.CollectionAssert, but it only works on ICollection&
I\'m trying to switch from NUnit to MSTest (for the Code Coverage option). We have some of the configuration for the applicationstored in files (the application finds them by using a relative path, s