Tom Longhurst
Tom Longhurst
See here: https://nuget.info/packages/NUnit/4.1.0 When building on your build agent, the `true` property should be set.
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:...
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...
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....
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...
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...
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...
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...
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...