C# Class Boo.BooLangStudioSpecs.AutoTokenTestFixture

Inheritance: AutoMockingTestFixture
Afficher le fichier Open project: jagregory/boolangstudio

Protected Properties

Свойство Type Description
expectedEndIndex int
expectedStartIndex int
expectedTokenColor TokenColor
expectedTokenType TokenType
line string
offset int
scanner Boo.BooLangService.BooScanner
tokens List

Méthodes publiques

Méthode Description
AutoTokenTestFixture ( ) : System
BuildTokens ( string codeLine, int startOffset ) : void

Private Methods

Méthode Description
ShouldOnlyBeOneToken ( ) : void
VerifyEndIndex ( ) : void
VerifyStartIndex ( ) : void
VerifyTokenColor ( ) : void
VerifyTokenType ( ) : void

Method Details

AutoTokenTestFixture() public méthode

public AutoTokenTestFixture ( ) : System
Résultat System

BuildTokens() public méthode

public BuildTokens ( string codeLine, int startOffset ) : void
codeLine string
startOffset int
Résultat void

Property Details

expectedEndIndex protected_oe property

protected int expectedEndIndex
Résultat int

expectedStartIndex protected_oe property

protected int expectedStartIndex
Résultat int

expectedTokenColor protected_oe property

protected TokenColor expectedTokenColor
Résultat TokenColor

expectedTokenType protected_oe property

protected TokenType expectedTokenType
Résultat TokenType

line protected_oe property

protected string line
Résultat string

offset protected_oe property

protected int offset
Résultat int

scanner protected_oe property

protected BooScanner,Boo.BooLangService scanner
Résultat Boo.BooLangService.BooScanner

tokens protected_oe property

protected List tokens
Résultat List