C# Class Microsoft.AspNet.Server.KestrelTests.UrlPathDecoderTests

Show file Open project: Starcounter/KestrelHttpServer

Private Methods

Method Description
BuildSample ( string data ) : MemoryPoolIterator2
DecodeWithBoundary ( string raw, int rawLength, string expect, int expectLength ) : void
Empty ( ) : void
GetIterator ( MemoryPoolIterator2 begin, int displacement ) : MemoryPoolIterator2
Internationalized ( string raw, string expect ) : void
InvalidUTF8 ( string raw, string expect ) : void
NegativeAssert ( string raw ) : void
NormalCases ( string raw, string expect ) : void
PositiveAssert ( string raw ) : void
PositiveAssert ( string raw, string expect ) : void
SkipForwardSlash ( string raw, string expect ) : void
ValidUTF8 ( string raw, string expect ) : void
WhiteSpace ( ) : void