formulahendry / formulahendry/vscode-dotnet-test-explorer
Test Explorer Issues on Inheritance
Open
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
When you have something like this:
public abstract class TestTemplate
{
[Fact]
public Task Some_Test()
{
...
}
}
public class SomeTest : TestTemplate
{
...
}
Test Explorer can properly see that SomeTest contains a test called Some_Test. However, clicking on the test would show a warning "Could not find test".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.