Youssef Victor
Youssef Victor
Thanks @SimonCropp for the ping. So far I didn't yet have the time to look into this, unfortunately. If you want to take it over, that's perfectly fine. Otherwise, I'll...
I'm personally fine with `TestCategory=` if there are no ambiguities with parsing. What I'm failing to understand is why we are ever needing to make any changes in testfx for...
I'm not opposed to that as well. What I would like to understand is: 1. What parts related to filter we call VSTest directly for, and what parts we "copied"...
Thanks for reporting this. Can you try using `FullyQualifiedTestClassName` instead? We indeed need to update the migration guide for this.
That is expected. You cannot access this from assembly initialize. How would you expect a value to be meaningful during assembly/class initialization?
The thing is, in the context of assembly initialize, we are not running a specific test. So it doesn't make sense to provide any class name.
I don't think this documentation contradicts the current implementation. AssemblyInitialize is run before all tests, but its TestContext cannot tell you which test is being run, because it's not yet...
Sorry, I only looked at the part of the documentation that quoted. That documentation page dates back to MSTest v1, however, and that example there doesn't really make sense. I...
Opening an issue to track this. We also would like to have a test on our side that captures the bug.
I think yes. I'd still like us to add a test though.