Quantcast
Channel: SharpTestEx Issue Tracker Rss Feed
Browsing all 20 articles
Browse latest View live

Commented Issue: Can you make a release build? [6007]

Can you package up a release build so that your stack trace information doesn't show when an assertion is thrown. this is what I see when I use Satisfy with a null value:[Test]public void SatisfyBug(){...

View Article



Commented Issue: Can you make a release build? [6007]

Can you package up a release build so that your stack trace information doesn't show when an assertion is thrown. this is what I see when I use Satisfy with a null value:[Test]public void SatisfyBug(){...

View Article

Created Issue: Error messages with large collections slow or non-terminating...

I'm using the single-source variant from http://satisfyr.codeplex.com/Enumerable.Range(0,10000000).Satisfy(nums=>!nums.Any());The above assertion will generate a huge, unmanageable error message; an...

View Article

Created Issue: SameValuesAsAssertion calls Enumerable.GetEnumerator twice [6009]

I noticed some unexpected behaviour of SameValuesAsAssertion. Consider the following test:var sue = new SingleUseEnumerable<int>(new int[] {});sue.Should().Have.SameValuesAs(new...

View Article

Created Issue: nunit.framework.dll in NUnit folder [6010]

Please, Could you include nunit.framework.dll in NUnit folder?... different builds have problem in message.Example, download last version of SharpTestEx and last version of NUnit and run a red test,...

View Article


Commented Issue: nunit.framework.dll in NUnit folder [6010]

Please, Could you include nunit.framework.dll in NUnit folder?... different builds have problem in message.Example, download last version of SharpTestEx and last version of NUnit and run a red test,...

View Article

Closed Issue: nunit.framework.dll in NUnit folder [6010]

Please, Could you include nunit.framework.dll in NUnit folder?... different builds have problem in message.Example, download last version of SharpTestEx and last version of NUnit and run a red test,...

View Article

Commented Issue: Submission to NuPack [6005]

Any plans to add this libary to NuPack? Details how to do that - http://nupackpackages.codeplex.com/.Comments: Yes please do so because SharpTestsEx has become my favorite test framework extension.

View Article


Commented Issue: Add Because() extension [5345]

The syntax with the title (or message in MSTest) in the should looks a bit strange to me. In MSTest I get asserts which looks like this:viewModel.IsBusy.Should("because it should be set to false to...

View Article


Commented Issue: Test fails is Visual Studio 2008 is not installed. [5995]

Hi, I found a problem with SharpTestEx.MSTest and Visual Studio 2010. Specifically the Test library tries to load Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0 but, in my case,...

View Article

Created Issue: Support Satisfies(x=>x.(:string).StartsWith( ... )) [6011]

Improvement:Recognize the StartWith method and wiggle the arguments from it; make the test fixture display the same as failure when:x.Should().StartWith( ... )

View Article

Created Issue: DateTime Issue [6012]

I got the following error when comparing two DateTime:10/06/2011 9:47:23 Should Be Equal To 10/06/2011 9:47:23.The code reproducing it is pretty much...

View Article

Commented Issue: DateTime Issue [6012]

I got the following error when comparing two DateTime:10/06/2011 9:47:23 Should Be Equal To 10/06/2011 9:47:23.The code reproducing it is pretty much...

View Article


Closed Issue: SameValuesAsAssertion calls Enumerable.GetEnumerator twice [6009]

I noticed some unexpected behaviour of SameValuesAsAssertion. Consider the following test:var sue = new SingleUseEnumerable<int>(new int[] {});sue.Should().Have.SameValuesAs(new...

View Article

Closed Issue: DateTime Issue [6012]

I got the following error when comparing two DateTime:10/06/2011 9:47:23 Should Be Equal To 10/06/2011 9:47:23.The code reproducing it is pretty much...

View Article


Commented Issue: Support Satisfies(x=>x.(:string).StartsWith( ... )) [6011]

Improvement:Recognize the StartWith method and wiggle the arguments from it; make the test fixture display the same as failure when:x.Should().StartWith( ... )Comments: I don't understand the issue

View Article

Commented Issue: Submission to NuPack [6005]

Any plans to add this libary to NuPack? Details how to do that - http://nupackpackages.codeplex.com/.Comments: It is there since long time. The issue is still open because I have to add the generation...

View Article


Created Issue: Make assertion exceptions serializable [6013]

Make all assertions exceptions serializable, to be able to make cross app-domain assertions. This is especially useful for integration tests.

View Article

Created Issue: MVC controller name should.be.caseinsensitive [6014]

The check about controller name should be case insensitive as in MVC

View Article

Edited Issue: MVC controller name should.be.caseinsensitive [6014]

The check about controller name should be case insensitive as in MVC

View Article
Browsing all 20 articles
Browse latest View live


Latest Images