1 implementation of ITestCaseFilterExpression
Microsoft.VisualStudio.TestPlatform.Common (1)
src\vstest\src\Microsoft.TestPlatform.Filter.Source\TestCaseFilterExpression.cs (1)
24public class TestCaseFilterExpression : ITestCaseFilterExpression
3 references to ITestCaseFilterExpression
Microsoft.TestPlatform.CrossPlatEngine (2)
Discovery\DiscoveryContext.cs (2)
33/// <returns> The <see cref="ITestCaseFilterExpression"/>. </returns> 34public ITestCaseFilterExpression? GetTestCaseFilter(IEnumerable<string>? supportedProperties, Func<string, TestProperty?> propertyProvider)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Adapter\Interfaces\IRunContext.cs (1)
39ITestCaseFilterExpression? GetTestCaseFilter(IEnumerable<string>? supportedProperties, Func<string, TestProperty?> propertyProvider);