formulahendry / formulahendry/vscode-dotnet-test-explorer
Test not displayed in explorer with a `xunit.runner.json` with `methodDisplay: "method"`
Open
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
I have a project with the following versions:
### Dotnet sdk version
3.1.409
### Unit test framework:
Xunit 2.4.1
## How to reproduce:
The problem is that the extension doesn't display the tests in the explorer when the `methodDisplay` of the `xunit.runner.json` has a value of `method`. Whenever I change that to the default `methodAndClass` they do show up.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.