Headless.UnitTests.RelaxedFolderLocationValidatorTests.ValidationTypeIdentifiesUriOnlyTest C# (CSharp) Method

ValidationTypeIdentifiesUriOnlyTest() private method

private ValidationTypeIdentifiesUriOnlyTest ( ) : void
return void
        public void ValidationTypeIdentifiesUriOnlyTest()
        {
            var target = new RelaxedFolderLocationValidator();

            target.ValidationType.Should().Be(LocationValidationType.UriOnly);
        }