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