1-10 of 16 < Previous Next >
1 vote

Runner should deal with ambiguity against non-Fact methods (and/or TD.NET should deal with runner objections)

Similar to 7973, running CTP1 // Running this class via TD.NET leaves the runner hanging with a "Testing Started" message in the toolbar public class WithAmbiguityXUnitCantHandle { // ...

id# 7976 | Planned Release: None | Last Updated: Fri at 11:11 AM by bartelink2 | Created On: Fri at 11:08 AM by bartelink2
1 vote

When exeption is thrown in derived DataAttribute class, tests run infinitely

Xunit never cancels the test run if the derived DataAttribute class throws an exception, but infinitely executes. public class KillIt : DataAttribute { public override IEnumerable<object[]> GetD...

id# 7973 | Planned Release: None | Last Updated: Thu at 7:39 PM by matthaw | Created On: Thu at 7:39 PM by matthaw
1 vote

Xunit.Runner.MSBuild.xunit should be a ToolTask

As covered in http://stackoverflow.com/questions/1059230/trapping-error-status-in-msbuild/1059672#1059672, in build rigs that handle N test assemblies, one generally wants to be able to batch invok...

id# 7954 | Planned Release: None | Last Updated: Jun 30 at 9:25 AM by bartelink2 | Created On: Jun 30 at 9:25 AM by bartelink2
3 votes

Allow GUI runner state to be saved

Adding the ability to save the state of the GUI runner (assemblies, filter and selection) would add a great deal to the usability of the runner. Additionally if the installer could register the fil...

id# 7833 | Planned Release: None | Last Updated: Jun 1 at 2:44 PM by wbartussek | Created On: Jun 1 at 7:29 AM by thomasjo
2 votes

Allow adding extension methods to Assert through a static property/field.

I find myself often creating special AssertXx classes for custom assertions. It would be really useful to have a static property or field on the built-in Assert class to which I can add extension ...

id# 7827 | Planned Release: None | Last Updated: May 30 at 4:24 AM by BradWilson | Created On: May 30 at 12:44 AM by brannon
1 vote

Provide x86 versions of xunit.console.exe

When compiling the binaries, provide modules compiled explicitly against the x86 and x64 architectures. We have both 32bit and 64bit development machines, however have to test code that was explic...

id# 7819 | Planned Release: None | Last Updated: May 27 at 10:08 PM by Bloudraak | Created On: May 27 at 10:08 PM by Bloudraak
2 votes

Allow tests to be run without reflection

The runner infrastructure right now is tied very closely to MethodInfo. We should add execution capabilities to IMethodInfo, to open up the possibility of having tests which have no relationship to...

id# 7808 | Planned Release: None | Last Updated: May 30 at 12:45 AM by brannon | Created On: May 25 at 8:09 AM by BradWilson
1 vote
fixed

TestClassCommandRunner.Execute() does not pass a custom IMethodInfo from EnumerateTestMethods() to EnumerateTestCommands()

A custom IMethodInfo instance that I construct inside EnumerateTestMethods() never shows up inside EnumerateTestCommands(). TestClassCommandRunner.Execute() appears to unwrap my custom IMethodInfo...

id# 7788 | Planned Release: xUnit.net 1.5 CTP 2 | Last Updated: May 30 at 10:16 PM by BradWilson | Created On: May 19 at 10:27 PM by DavidAlpert
4 votes
fixed

Remoting error when running long test in XUnit.Net

On a long-running fact (integration test, takes about 5 minutes to execute) - I'm getting the following error after a couple of minutes: Unhandled Exception: System.Runtime.Remoting.RemotingExcept...

id# 7420 | Planned Release: xUnit.net 1.5 CTP 2 | Last Updated: May 30 at 11:08 PM by BradWilson | Created On: Apr 3 at 12:13 AM by bittercoder
2 votes

Per-Assembly Setup/Teardown

When using xUnit for integration or acceptance testing, it is often desirable to have per-assembly setup/teardown for performing expensive operations such as creating the database schema, populatin...

id# 6787 | Planned Release: None | Last Updated: Mar 27 at 1:29 PM by EmperorXLII | Created On: Dec 15 2008 at 10:08 PM by JamesKovacs
1-10 of 16 < Previous 1 2 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196