xunit
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 分类:问答Unit Testing in ASP.NET MVC
Just embarking on using a test framework for writing unit tests and also the TDD approach. Not having any prior experience felt it would be good to go for XUnit although NUnit was the best alternative[详细]
2023-03-02 22:10 分类:问答unit testing c# properties
I am working with a class that has lots of properties. For example; public class Bib { public int PartQty { get; set; }[详细]
2023-03-02 20:31 分类:问答Jenkins xUnit Plug-in issue
I installed Jenkins server (on windows 7), plus xUnit plug-in in order to use UnitTest++ for the C++ project I work on.[详细]
2023-02-21 01:19 分类:问答Unit test exception messages with xUnit
I\'m currently converting my MsTest unit tests to xUnit. Wi开发者_运维知识库th xUnit, is there a way to test exception messages? Is it correct to test exception messages as opposed just the exception[详细]
2023-02-19 03:59 分类:问答MSBuild - trying to run xUnit (.net) tests
I\'m trying to set up a C# project that\'ll run xUnit tests when I build, so I can use them in continuous integration.I have a regular project, a class library test project using xUnit, and my test ru[详细]
2023-02-14 01:03 分类:问答What is the JUnit XML format specification that Hudson supports?
I have Hudson as continuous integration server and I want to use option \'Publish JUnit test result report\'. But I don\'t use xUnit too开发者_如何学运维ls for testing, instead of that i have shell sc[详细]
2023-02-08 20:19 分类:问答.NET unit test runner outputting FaultException.Detail
I am running some unit tests on a WCF service.The service is configured to include exception details in the fault response (with the following in my service configuration file).[详细]
2023-02-03 13:01 分类:问答Configuring xUnit for CUnit in Hudson CI
I want to use Hudson CI for my c-project, which also uses CUnit. However I\'ve also come to understand that there is currently no plugin that supports CUn开发者_StackOverflow社区it. So I read on the i[详细]
2023-01-29 01:34 分类:问答Does BDD pay off?
I a bit familiar with rspec [Ruby] and specs [Scala]. Yesturday I passed a tutor for Cucumber. What I disliked about Cucumber is that additionally to describin开发者_如何学编程g scenarios (like you wo[详细]
2023-01-25 07:15 分类:问答