C# Class Boo.BooLangStudioSpecs.AutoTokenTestFixture

Inheritance: AutoMockingTestFixture
Datei anzeigen 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_oe property

protected int expectedEndIndex
return int

expectedStartIndex protected_oe property

protected int expectedStartIndex
return int

expectedTokenColor protected_oe property

protected TokenColor expectedTokenColor
return TokenColor

expectedTokenType protected_oe property

protected TokenType expectedTokenType
return TokenType

line protected_oe property

protected string line
return string

offset protected_oe property

protected int offset
return int

scanner protected_oe property

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

tokens protected_oe property

protected List tokens
return List