xunit.net
Using xUnit.net AutoRollback and Multi Threading
I am trying to write a test case using xUnit.net and the AutoRollback attribute provided by the xunit extensions.[详细]
2023-03-04 02:27 分类:问答Error reporting in Visual Studio for MSBuild running xUnit.net
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[详细]
2023-02-20 17:26 分类:问答Run and publish xUnit.net tests in a TFS 2008 build
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.[详细]
2023-02-17 02:10 分类:问答Which is better? Unit-test project per solution or per project?
Is it better to have a unit-test project per solution or a unit-test p开发者_StackOverflowroject per project?[详细]
2023-02-14 17:24 分类:问答xUnit.net with Ninject
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?[详细]
2023-02-12 07:22 分类:问答Adding xUnit.NET ASP.NET MVC unit tests to an existing project/solution
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[详细]
2023-01-24 03:12 分类:问答Need help integrating NCover 3.4 into CruiseControl.Net 1.5 with xUnit 1.6.1
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[详细]
2023-01-23 18:19 分类:问答Why does this xUnit test fail?
Assert.Equal(1000000.0, table.Convert(\"g\", \"mcg\", 1.0)); // Pass Assert.Equal(2000000.0, table.Convert(\"g\", \"mcg\", 2.0)); // Pass[详细]
2023-01-13 23:06 分类:问答TestCase scripting framework
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.[详细]
2023-01-03 06:28 分类:问答how often should the entire suite of a system's unit tests be run?
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,[详细]
2022-12-30 23:00 分类:问答