System.PrivateUri.Tests.TestUriParser.TestUriParser C# (CSharp) Method

TestUriParser() public method

public TestUriParser ( ) : Xunit
return Xunit
        public TestUriParser() : base() { }
        public new string GetComponents(Uri uri, UriComponents components, UriFormat format) => base.GetComponents(uri, components, format);