7 references to Pattern
Infrastructure.Tests (7)
TestTriggerMap\TestTriggerMapModel.cs (2)
39
Conventions.Select(c => c.
Pattern
.Replace("<name>", "*", StringComparison.Ordinal));
92
var pattern = rule.
Pattern
;
TestTriggerMap\TestTriggerMapTests.cs (5)
55
if (string.IsNullOrWhiteSpace(convention.
Pattern
) || !convention.
Pattern
.Contains("<name>", StringComparison.Ordinal))
57
problems.Add($"conventions entry '{convention.
Pattern
}' has no <name> placeholder");
61
problems.Add($"conventions pattern '{convention.
Pattern
}' has a target that does not substitute <name>");
66
.GroupBy(c => c.
Pattern
, StringComparer.Ordinal)