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