C# Class System.Web.WebPages.Test.WebPageRouteTest

Show file Open project: drivenet/aspnetwebstack

Private Methods

Method Description
ConstraintTest ( IEnumerable validFiles, IEnumerable supportedExt, string url, string match, string pathInfo, bool mobileDevice = false ) : void
DirectoriesWithLeadingUnderscoresAreServed ( string requestPath, string expectedPath ) : void
FilesWithLeadingUnderscoresAreNeverServed ( ) : void
FullMatchNoPathInfoTest ( ) : void
IndexTests ( ) : void
MatchFileWithExtensionTest ( ) : void
MatchRequestDoesNotSetDisplayModeIfNoMatch ( ) : void
MatchRequestSetsDisplayModeOfFirstMatchPerContext ( ) : void
MobileFilesAreReturnedInthePresenceOfUnderscoreFiles ( ) : void
MultipleExtensionsMobileTest ( string url, string match, string pathInfo ) : void
MultipleExtensionsTest ( string url, string match, string pathInfo ) : void
NoMatchFileWithWrongExtensionTest ( ) : void
NullPathValueDoesNotMatchTest ( ) : void
RightToLeftPrecedenceTest ( ) : void
TransformedUnderscoreAreNotServed ( ) : void
UnsupportedExtensionExistingFileTest ( ) : void
WebPageRouteDoesNotPerformMappingIfRootLevelIsExplicitlyDisabled ( ) : void