1 reference to ITestMethodFinder
Microsoft.CodeAnalysis.Features (1)
Testing\AbstractTestMethodFinder.cs (1)
17
internal abstract class AbstractTestMethodFinder<TMethodDeclaration>(IEnumerable<ITestFrameworkMetadata> testFrameworks) :
ITestMethodFinder
where TMethodDeclaration : SyntaxNode