C# Class Castle.NVelocity.Tests.ScannerTests.ScannerTestBase

Show file Open project: jonorossi/cvsi

Protected Properties

Property Type Description
_scanner Scanner

Protected Methods

Method Description
AssertEOF ( ) : void
AssertMatchToken ( Scanner scanner, TokenType tokenType ) : void
AssertMatchToken ( Scanner scanner, TokenType tokenType, string image ) : void
AssertMatchToken ( TokenType tokenType ) : void
AssertMatchToken ( TokenType tokenType, Position position ) : void
AssertMatchToken ( TokenType tokenType, Token token ) : void
AssertMatchToken ( TokenType tokenType, string image ) : void
AssertMatchToken ( TokenType tokenType, string image, Position position ) : void
AssertMatchToken ( TokenType tokenType, string image, Token token ) : void

Private Methods

Method Description
CheckImage ( Token token, string image ) : void
CheckPosition ( Token token, Position position ) : void
CheckTokenType ( Token token, TokenType tokenType ) : void
SetUp ( ) : void

Method Details

AssertEOF() protected method

protected AssertEOF ( ) : void
return void

AssertMatchToken() protected static method

protected static AssertMatchToken ( Scanner scanner, TokenType tokenType ) : void
scanner Scanner
tokenType TokenType
return void

AssertMatchToken() protected static method

protected static AssertMatchToken ( Scanner scanner, TokenType tokenType, string image ) : void
scanner Scanner
tokenType TokenType
image string
return void

AssertMatchToken() protected method

protected AssertMatchToken ( TokenType tokenType ) : void
tokenType TokenType
return void

AssertMatchToken() protected method

protected AssertMatchToken ( TokenType tokenType, Position position ) : void
tokenType TokenType
position Position
return void

AssertMatchToken() protected static method

protected static AssertMatchToken ( TokenType tokenType, Token token ) : void
tokenType TokenType
token Token
return void

AssertMatchToken() protected method

protected AssertMatchToken ( TokenType tokenType, string image ) : void
tokenType TokenType
image string
return void

AssertMatchToken() protected method

protected AssertMatchToken ( TokenType tokenType, string image, Position position ) : void
tokenType TokenType
image string
position Position
return void

AssertMatchToken() protected static method

protected static AssertMatchToken ( TokenType tokenType, string image, Token token ) : void
tokenType TokenType
image string
token Token
return void

Property Details

_scanner protected property

protected Scanner _scanner
return Scanner