formulahendry / formulahendry/vscode-dotnet-test-explorer

Test Explorer Issues on Inheritance

Open
#215 7 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.