2 references to TimeSpanRegex
ConfigurationSchemaGenerator.Tests (2)
GeneratorTests.cs (2)
1624Assert.Matches(TimeSpanRegex(), validTimeSpanString); 1636Assert.DoesNotMatch(TimeSpanRegex(), invalidTimeSpanString);