|
|
|
1-10 of 101
< Previous ... Next >
|
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
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
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
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
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
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
"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
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
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
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
|
|
1-10 of 101
< Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
|
|
|
|
|
|
|