C# Class NuGet.Test.PathUtilityTest

ファイルを表示 Open project: monoman/NugetCracker

Private Methods

Method Description
EnsureTrailingSlashAppendsSlashIfPathDoesNotTerminateInSlash ( ) : void
EnsureTrailingSlashReturnsOriginalPathIfEmpty ( ) : void
EnsureTrailingSlashReturnsOriginalStringIfPathTerminatesInSlash ( ) : void
EnsureTrailingSlashThrowsIfPathIsNull ( ) : void
GetAbsolutePathComplementsGetRelativePath ( ) : void
GetAbsolutePathWithSpaces ( ) : void
GetCanonicalPathReturnsCorrectLocalPathWithTrailingBackslash ( ) : void
GetCanonicalPathReturnsCorrectLocalPathWithoutMultipleBackslashes ( ) : void
GetCanonicalPathReturnsCorrectUncPathWithTrailingBackslash ( ) : void
GetCanonicalPathReturnsCorrectUncPathWithoutMultipleBackslashes ( ) : void
GetCanonicalPathReturnsCorrectUrlForDomainOnlyWithTrailingSlash ( ) : void
GetCanonicalPathReturnsCorrectUrlForFolderWithTrailingSlash ( ) : void
GetCanonicalPathReturnsCorrectUrlForFolderWithoutTrailingSlash ( ) : void
GetCanonicalPathReturnsCorrectUrlWithEncodedQuerystring ( ) : void
GetCanonicalPathReturnsCorrectUrlWithFilename ( ) : void
GetCanonicalPathReturnsCorrectUrlWithQuerystring ( ) : void
GetRelativePathAbsolutePathAndShare ( ) : void
GetRelativePathAbsolutePaths ( ) : void
GetRelativePathDirectoryWithPeriods ( ) : void
GetRelativePathFileNames ( ) : void
GetRelativePathShares ( ) : void
GetRelativePathUnrelatedAbsolutePaths ( ) : void
GetRelativePathWithSpaces ( ) : void