Tom Longhurst

Results 109 issues of Tom Longhurst

See here: https://nuget.info/packages/NUnit/4.1.0 When building on your build agent, the `true` property should be set.

is:bug
is:build

There is no current way to mark a test as inconclusive. What do you think about a TestNodeStateProperty for this? NUnit has a method to mark a test as inconclusive:...

Type: Discussion
Area: Testing Platform

From what I can tell options are only supported currently from the command line. It might be useful to try to find a well-known file that can store options within...

Type: Feature
Area: Testing Platform

as mentioned in other threads, you are planning to allow test framework creators to be able to write their own filter implementations. This is currently locked down behind internal code....

Type: Feature
Area: Testing Platform

I was actually thinking about mixes of filters earlier and whether that was worth supporting. You'd need a new type like `AggregateFilter` (like `AggregateException`) that wraps around multiple. Might be...

Type: Feature
Area: Testing Platform

This would work alongside #3527. A filter type that could specify a start index and an end index, and pass that filter through to test adapters. Test adapters could implement...

Type: Feature
Area: Testing Platform

It'd be useful to pass in a flag to return a simple count of test nodes. This could help users/build systems perform things like parallel execution batching. We could probably...

Type: Feature
Area: Testing Platform

I assume that the test explorer view in IDEs is driven by the `TestMethodIdentifierProperty` on TestNodes? This provides no way to show parameter types or argument types. In data driven...

State: Blocked
External: Test Explorer

I was going to start this as a discussion but they're not enabled on this repository. (Maybe that's worth enabling?) Just wondering if you guys know when the new testing...

Needs: Triage :mag: