Skip to content

Commit

Permalink
Readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Feb 3, 2025
1 parent 29b5dd3 commit 44185f1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ namespace Microsoft.Testing.Extensions.VSTestBridge.ObjectModel;

internal sealed class TreeNodeFilterExpression : ITestCaseFilterExpression
{
private TreeNodeFilter _treeNodeFilter;
private IEnumerable<string>? _supportedProperties;
private Func<string, TestProperty?> _propertyProvider;
private readonly TreeNodeFilter _treeNodeFilter;
private readonly IEnumerable<string>? _supportedProperties;
private readonly Func<string, TestProperty?> _propertyProvider;

public TreeNodeFilterExpression(TreeNodeFilter treeNodeFilter, IEnumerable<string>? supportedProperties, Func<string, TestProperty?> propertyProvider)
{
Expand Down

0 comments on commit 44185f1

Please sign in to comment.