1-10 of 101 < Previous ... Next >
6 votes

Support TeamCity test runner facility

see work item #4263 http://www.codeplex.com/xunit/WorkItem/View.aspx?WorkItemId=4263

id# 4278 | Planned Release: None | Last Updated: Today at 3:56 AM  by Citezein
2 votes

Cannot run static tests in static class

If the class is declared as static, then xUnit.net skips it because of the "IsAbstract" tests in TypeUtility.IsTestClass. If the class is not declared as static, the tests run as expected. This s...

id# 4802 | Planned Release: None | Last Updated: Sat at 11:08 PM  by cmiles
7 votes

Difficult to tell when TD.NET is using the right runner

It's often difficult to tell when TD.NET is using the correct runner, as it has a tendency to use the AdHoc runner when running xUnit.net tests if the xUnit.net test runner isn't properly installed...

id# 4069 | Planned Release: None | Last Updated: Sat at 12:29 AM  by curvex
1 vote
closed

Collection asserts

Collection asserts are sorely missing ... ie AreEqual, IsSubsetOf, AreEquivalent, AllItemsAreUnique, AllItemAreInstanceOf, etc.

id# 4628 | Planned Release: None | Last Updated: Fri at 9:16 AM  by slorion
2 votes

ASP.NET MVC support has wrong version of xunit.dll inside

The ZIP file for the ASP.NET MVC template needs to get updated when new releases are pushed up.

id# 4744 | Planned Release: xUnit.net 1.1 | Last Updated: Fri at 7:47 AM  by jimnewkirk
14 votes

A test with no asserts should yield a warning

A test which has no asserts should result in a warning (perhaps even an error?), given the presence of Assert.Throws<> and Assert.DoesNotThrow<>.

id# 1443 | Planned Release: None | Last Updated: Thu at 10:05 PM  by kevwil
3 votes
closed

"Test With" context menu in TDD.net does not contain xUnit

"Test With" context-menu on project and individual files does not contain xUnit as an option. Not sure if I have a bad installation or it is really a "bug" (more like missing feature).

id# 4632 | Planned Release: None | Last Updated: Wed at 6:16 PM  by slorion
2 votes
fixed

Theory with incorrect parameters causes runner to crash

Here is an example of a test that will crash. public class Tests { [Theory] [InlineData(1, 2)] public void Test() { } } As far as I can see, th...

id# 4728 | Planned Release: xUnit.net 1.1 | Last Updated: Wed at 5:28 PM  by BradWilson
1 vote
closed

If unit test assembly is compiled in Release mode, no tests are found

TDD.NET will report 0 tests found. The xUnit GUI says "Assembly not found or could not be loaded".

id# 4503 | Planned Release: None | Last Updated: Wed at 3:49 PM  by BradWilson
1 vote
closed

Force the running of skipped tests in gui runner

In most of my projects I end up with a couple of tests that require some external resource such as a web server to be accessible. These tests are sometimes acceptance tests and sometimes just tests...

id# 4500 | Planned Release: None | Last Updated: Wed at 3:43 PM  by BradWilson

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 101 < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...