C# Class Boo.BooLangStudioSpecs.ManualTokenTestFixture

Show file Open project: jagregory/boolangstudio

Protected Properties

Property Type Description
expectedEndIndex int
expectedStartIndex int
expectedTokenColor TokenColor
expectedTokenType TokenType
lexer PegLexer
line string
offset int
result bool
scanner Boo.BooLangService.BooScanner
state int
token Microsoft.VisualStudio.Package.TokenInfo

Public Methods

Method Description
ManualTokenTestFixture ( ) : System

Method Details

ManualTokenTestFixture() public method

public ManualTokenTestFixture ( ) : System
return System

Property Details

expectedEndIndex protected property

protected int expectedEndIndex
return int

expectedStartIndex protected property

protected int expectedStartIndex
return int

expectedTokenColor protected property

protected TokenColor expectedTokenColor
return TokenColor

expectedTokenType protected property

protected TokenType expectedTokenType
return TokenType

lexer protected property

protected PegLexer lexer
return PegLexer

line protected property

protected string line
return string

offset protected property

protected int offset
return int

result protected property

protected bool result
return bool

scanner protected property

protected BooScanner,Boo.BooLangService scanner
return Boo.BooLangService.BooScanner

state protected property

protected int state
return int

token protected property

protected TokenInfo,Microsoft.VisualStudio.Package token
return Microsoft.VisualStudio.Package.TokenInfo