#3220
20 Nov 2012 09:51 UTC
Every failing test shows the exception twice in the tests window.
Example:
*** Failures ***
Exception
Xunit.Sdk.TrueException: Assert.True() Failure
at GA.CoreData.IntegrationTests.QuantityTestStoresRepositoryTest.SavingANewItem_ShouldAddItToTheDatabase(QuantityTestStoresRepository sut, QuantityTestStore itemToSave) in C:\Projects\Main\Source\GA.CoreData.IntegrationTests\QuantityTestStoresRepositoryTest.cs:line 55#0
Xunit.Sdk.TrueException: Assert.True() Failure
at GA.CoreData.IntegrationTests.QuantityTestStoresRepositoryTest.SavingANewItem_ShouldAddItToTheDatabase(QuantityTestStoresRepository sut, QuantityTestStore itemToSave) in C:\Projects\Main\Source\GA.CoreData.IntegrationTests\QuantityTestStoresRepositoryTest.cs:line 55#1
#3230
20 Nov 2012 21:20 UTC
Thanks for reporting this. Do you experience this in every Xunit solution you work in, or just this one?
#3231
20 Nov 2012 21:21 UTC
In every. It has been like this for every single failed test since I started using NCrunch.
#3234
21 Nov 2012 03:32 UTC
It looks as though this problem can be broadly reproduced. I'll see what I can do about fixing it in the upcoming minor release. Thanks again!
#3386
10 Dec 2012 04:51 UTC
For anyone interested, 1.43 has just been released with a fix for the above problem.