3 implementations of SupportsDerivedTestAttributes
Microsoft.CodeAnalysis.Features (3)
Testing\TestFrameworks\MSTestTestFrameworkMetadata.cs (1)
18
public bool
SupportsDerivedTestAttributes
=> true;
Testing\TestFrameworks\NUnitTestFrameworkMetadata.cs (1)
18
public bool
SupportsDerivedTestAttributes
=> false;
Testing\TestFrameworks\XUnitTestFrameworkMetadata.cs (1)
18
public bool
SupportsDerivedTestAttributes
=> true;
1 reference to SupportsDerivedTestAttributes
Microsoft.CodeAnalysis.Features (1)
Testing\AbstractTestMethodFinder.cs (1)
185
if (metadata.
SupportsDerivedTestAttributes
)