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