I am trying to write a test case using xUnit.net and the AutoRollback attribute provided by the xunit extensions.
I am about to set up MSBuild to run xUnit.net as described here. This is working. But when xUnit reports an error, the actual error and t开发者_开发知识库he line/file in which the error occurs are se
I have team build running on a TFS 2008 server. I want it to run my xUnit.net tests there and show the result in the Build details.
Is it better to have a unit-test project per solution or a unit-test p开发者_StackOverflowroject per project?
I\'m using Ninject in my MVC 3 project and that works fine, but I was wondering whats a good way to use Ninject in my Tests project?
I downloaded xUnit.NET today, along with TestDriven.NET, and installed the ASP.NET MVC unit test templates. I have an existing ASP.NET MVC solution that 开发者_StackOverflow社区I want to add an xUnit
I\'m trying to integrate NCover into my CC.net build. I followed an article I found here http://csut017.wordpress.com/2009/05/29/improved-ncover-integration/ that I pretty much followed verbatim excep
Assert.Equal(1000000.0, table.Convert(\"g\", \"mcg\", 1.0)); // Pass Assert.Equal(2000000.0, table.Convert(\"g\", \"mcg\", 2.0)); // Pass
For our webapp testing environment we\'re currently using watin with a bunch of unit tests, and we\'re looking to move t开发者_如何学Co selenium and use more frameworks.
Generally, I\'m still very much a unit testing neophyte. BTW, you may also see this question on other forums like xUnit.net, et cetera,