For status updates, follow us on Twitter: @xunit

xunit2 and before-all-tests hook

first post: kenegozi wrote: In the following SO answer (http://stackoverflow.com/questions/1382...

latest post: kenegozi wrote: thanks for the info

Book/tutorials for xunit

first post: asingla wrote: Hi, I am new to xunit .is there any book/tutorial available , i a...

latest post: bartelink wrote: Hi Unfortunately, there is no one such book. Have a look at http...

Combinatorial testing

first post: AArnott wrote: Does xunit support combinatorial testing? NUnit has [Theory] and [P...

latest post: EmperorXLII wrote: The values given to a Theory with multiple parameters are dependent...

On the question of v2 stability

first post: BradWilson wrote: Latest Update: April 13 Latest Build: 2.0 Alpha (build 1644) This ...

Debugging tests makes VS2012 crash

first post: cartoixa wrote: I'm using xUnit to develop tests for GeoSIK (https://geosik.codeple...

latest post: cartoixa wrote: xUnit.net runner for Visual Studio 2012 v0.9.5.1 It seems like any...

Assert.Equal with doubles within the number of decimal places

first post: bolha7 wrote: The method "Assert.Equal(double expected, double actual, int precis...

latest post: BradWilson wrote: It is common when comparing numbers to within a specific amount of ...

MonoDevelop Add-in

first post: justinc wrote: Is there a xunit.net MonoDevelop Add-in that you're aware of?

latest post: mattellis wrote: I don't believe there is. MonoDevelop has an nunit addin, but it's ...

XUnit and Team Build 2010 (workflow)

first post: pekkah wrote: Previously I wrote instruction for NUnit and as XUnit can write the...

latest post: dparvin wrote: I was really interested in reading your article to see if it will h...

How to run multiple assemblies?

first post: totem_pty wrote: Hi, We use Bamboo as our CI, and have had one assembly that h...

latest post: cravelight wrote: Here's a simple batch script to create an xunit project file contai...

Visual Basic Writing Fact

first post: altinburak wrote: Hi everyone, I'm new with xUnit but I like it. I examine this pag...

latest post: altinburak wrote: Thank you, It works :)