C# Class SonarLint.VisualStudio.Integration.UnitTests.PathHelperTests

ファイルを表示 Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Methods

Method Description
PathHelper_CalculateRelativePath ( ) : void
PathHelper_CalculateRelativePath_InputPathsMustBeAbsolute ( ) : void
PathHelper_CalculateRelativePath_NullArgumentChecks ( ) : void
PathHelper_EscapeFileName ( ) : void
PathHelper_ExpandRelativePath_BasePathMustBeAbsolute ( ) : void
PathHelper_ExpandRelativePath_NullArgumentChecks ( ) : void
PathHelper_ForceDirectoryEnding ( ) : void
PathHelper_IsPathRootedUnder_PathsContainRelativeComponents ( ) : void
PathHelper_IsPathRootedUnder_RootedPath_IsTrue ( ) : void
PathHelper_IsPathRootedUnder_UnrootedPath_IsFalse ( ) : void
PathHelper_ResolveRelativePath ( ) : void
VerifyCalculateRelativePath ( string expected, string fromPath, string toPath ) : void
VerifyResolveRelativePath ( string expected, string basePath, string relativePath ) : void