1 write to TestFilter
RunTests (1)
Options.cs (1)
256
TestFilter
= testFilter,
4 references to TestFilter
RunTests (4)
HelixTestRunner.cs (1)
54
Verify(string.IsNullOrEmpty(options.
TestFilter
));
ProcessTestExecutor.cs (3)
62
if (filters.Length > 0 || !string.IsNullOrWhiteSpace(options.
TestFilter
))
72
if (options.
TestFilter
is not null)
75
filterStringBuilder.Append(options.
TestFilter
);