3 references to PatternsFile
Infrastructure.Tests (3)
TestTriggerMap\TestTriggerMapTests.cs (3)
1001Assert.False(string.IsNullOrWhiteSpace(s_map.Prefilter!.PatternsFile)); 1002Assert.True(File.Exists(Path.Combine(RepoRoot.Path, s_map.Prefilter.PatternsFile!)), 1003$"prefilter.patterns_file does not exist: {s_map.Prefilter.PatternsFile}");