C# Class Boo.BooLangStudioSpecs.AutoTokenTestFixture

Inheritance: AutoMockingTestFixture
Show file Open project: jagregory/boolangstudio

Protected Properties

Property Type Description
expectedEndIndex int
expectedStartIndex int
expectedTokenColor TokenColor
expectedTokenType TokenType
line string
offset int
scanner Boo.BooLangService.BooScanner
tokens List

Public Methods

Method Description
AutoTokenTestFixture ( ) : System
BuildTokens ( string codeLine, int startOffset ) : void

Private Methods

Method Description
ShouldOnlyBeOneToken ( ) : void
VerifyEndIndex ( ) : void
VerifyStartIndex ( ) : void
VerifyTokenColor ( ) : void
VerifyTokenType ( ) : void

Method Details

AutoTokenTestFixture() public method

public AutoTokenTestFixture ( ) : System
return System

BuildTokens() public method

public BuildTokens ( string codeLine, int startOffset ) : void
codeLine string
startOffset int
return void

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

line protected property

protected string line
return string

offset protected property

protected int offset
return int

scanner protected property

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

tokens protected property

protected List tokens
return List