C# Class MonoTests.System.UriTest

Datei anzeigen Open project: kumpera/mono Class Usage Examples

Protected Properties

Property Type Description
isWin32 bool

Public Methods

Method Description
Print ( Uri uri ) : void

Private Methods

Method Description
Bad_IPv6 ( ) : void
CachingSegments ( ) : void
CaseSensitivity ( ) : void
CheckHostName1 ( ) : void
CheckHostName2 ( ) : void
CheckSchemeName ( ) : void
CheckSchemeName_AnyOtherChar ( ) : void
CheckSchemeName_FirstChar ( ) : void
ConsecutiveSlashes ( ) : void
Constructor_DualHostPort ( ) : void
Constructor_NullStringBool ( ) : void
Constructor_UriNullBool ( ) : void
Constructors ( ) : void
ConstructorsRejectRelativePath ( ) : void
EmptyScheme ( ) : void
Equals1 ( ) : void
Equals2 ( ) : void
Equals3 ( ) : void
Fragment_Escape ( ) : void
Fragment_RelativeUri ( ) : void
FromHex ( ) : void
FtpRootPath ( ) : void
GetComponents_AbsoluteUri ( ) : void
GetComponents_Fragment ( ) : void
GetComponents_HttpRequestUrl ( ) : void
GetComponents_KeepDelimiter ( ) : void
GetComponents_Path ( ) : void
GetComponents_PathAndQuery ( ) : void
GetComponents_Query ( ) : void
GetComponents_Relative ( ) : void
GetComponents_StrongAuthority ( ) : void
GetHashCodeTest ( ) : void
GetLeftPart ( ) : void
GetLeftPart_Partial1 ( ) : void
GetLeftPart_Partial2 ( ) : void
GetLeftPart_Partial3 ( ) : void
GetReady ( ) : void
HexEscape ( ) : void
HexUnescape ( ) : void
HexUnescapeMultiByte ( ) : void
HttpHostname1 ( ) : void
HttpHostname2 ( ) : void
HttpHostname3 ( ) : void
HttpHostname4 ( ) : void
HttpHostname5 ( ) : void
HttpHostname6 ( ) : void
HttpHostname7 ( ) : void
IncompleteSchemeDelimiter ( ) : void
InvalidFile1 ( ) : void
InvalidFile2 ( ) : void
InvalidFile3 ( ) : void
InvalidPort1 ( ) : void
InvalidPort2 ( ) : void
InvalidPort3 ( ) : void
InvalidScheme ( ) : void
IsHexDigit ( ) : void
IsHexEncoding ( ) : void
IsLoopback ( ) : void
IsLoopback_File ( ) : void
IsLoopback_Relative_Http ( ) : void
IsLoopback_Relative_Unknown ( ) : void
LeadingSlashes ( ) : void
LeadingSlashes_BadResultsOn1x ( ) : void
LeadingSlashes_FailOn1x ( ) : void
LeadingSlashes_ShouldFailOn1x ( ) : void
LocalPath ( ) : void
LocalPath_Escape ( ) : void
LocalPath_FileHost ( ) : void
LocalPath_FileNameWithAtSign1 ( ) : void
LocalPath_FileNameWithAtSign2 ( ) : void
LocalPath_FileNameWithAtSign3 ( ) : void
LocalPath_FileNameWithAtSign4 ( ) : void
LocalPath_FileNameWithAtSign5 ( ) : void
LocalPath_FileNameWithAtSign6 ( ) : void
MakeRelative ( ) : void
MoreHexEscape ( ) : void
NewsDefaultPort ( ) : void
NoHostname ( ) : void
NoHostname2 ( ) : void
ParseOverride ( ) : void
PortMax ( ) : void
QueryEscape ( ) : void
RelativeCtor ( ) : void
RelativeCtor_11_Crasher ( ) : void
RelativeEqualsTest ( ) : void
RelativeGetHashCodeTest ( ) : void
RelativeUri ( ) : void
RelativeUri2 ( ) : void
RelativeUriWithColons ( ) : void
Segments1 ( ) : void
Segments2 ( ) : void
Segments3 ( ) : void
Segments4 ( ) : void
Segments5 ( ) : void
TestEquals2 ( ) : void
TestEscapeDataString ( ) : void
TestEscapeUriString ( ) : void
TestPartialToString ( ) : void
TestUTF8Strings ( ) : void
ToStringTest ( ) : void
Unc ( ) : void
UncFail ( ) : void
Unescape ( ) : void
UnixAbsoluteFilePath_WithSpecialChars1 ( ) : void
UnixAbsoluteFilePath_WithSpecialChars2 ( ) : void
UnixLocalPath ( ) : void
UnixLocalPath_WTF ( ) : void
UnixPath ( ) : void
UriStartingWithColon ( ) : void
WindowsLocalPath ( ) : void

Method Details

Print() public static method

public static Print ( Uri uri ) : void
uri System.Uri
return void

Property Details

isWin32 protected_oe property

protected bool isWin32
return bool