C# Class Spring.Util.WebUtilsTests

Show file Open project: spring-projects/spring-net

Private Methods

Method Description
CombineVirtualPathsDoesntAcceptEmptyRoot ( ) : void
CombineVirtualPathsDoesntAcceptNonRootedRoot ( ) : void
CombineVirtualPathsDoesntAcceptNullRoot ( ) : void
CombineVirtualPathsInChildWeb ( ) : void
CombineVirtualPathsInRootWeb ( ) : void
CombineVirtualPathsSuite ( string appPath ) : void
CreateAbsolutePath_ApplicationPathAndAppRootRelativePath_ReturnsConcatenatedPath ( ) : void
CreateAbsolutePath_ApplicationPathAndRelativePath_ReturnsConcatenatedPath ( ) : void
CreateAbsolutePath_ApplicationPathWithTrailingSlashAndAppRootRelativePath_ReturnsConcatenatedPath ( ) : void
CreateAbsolutePath_ApplicationPathWithTrailingSlashAndRelativePath_ReturnsConcatenatedPath ( ) : void
CreateAbsolutePath_EmptyApplicationPathAndAppRootRelativePath_ReturnsRelativePath ( ) : void
CreateAbsolutePath_EmptyApplicationPathAndNullRelativePath_ReturnsRootPath ( ) : void
CreateAbsolutePath_EmptyApplicationPath_ReturnsRelativePath ( ) : void
CreateAbsolutePath_EmptyRelativePath_ReturnsApplicationPath ( ) : void
CreateAbsolutePath_NullApplicationPathAndAppRootRelativePath_ReturnsRelativePath ( ) : void
CreateAbsolutePath_NullApplicationPath_ReturnsRelativePath ( ) : void
CreateAbsolutePath_NullRelativePath_ReturnsApplicationPath ( ) : void
CreateAbsolutePath_RootApplicationPathAndAppRootRelativePath_ReturnsRelativePath ( ) : void
CreateAbsolutePath_RootApplicationPathAndNullRelativePath_ReturnsRootPath ( ) : void
CreateAbsolutePath_RootApplicationPath_ReturnsRelativePath ( ) : void
CreateAbsolutePath_WhenRelativePathBeginsWithApplicationPath_ReturnsConcatenatedPath ( ) : void
CreateAbsolutePath_WhenRelativePathIsHttpQualifiedUrl_ReturnsRelativePath ( ) : void
CreateAbsolutePath_WhenRelativePathIsHttpsQualifiedUrl_ReturnsRelativePath ( ) : void
GetNormalizedVirtualPath ( ) : void
GetPageNameSunnyDay ( ) : void
GetPageNameWherePageHasNoExtension ( ) : void
GetPageNameWherePageHasOddExtension ( ) : void
GetPageNameWithEmptyUrl ( ) : void
GetPageNameWithNullUrl ( ) : void
GetPageNameWithWhitespacedUrl ( ) : void
GetRelativePath ( ) : void