C# 클래스 Boo.BooLangStudioSpecs.AutoTokenTestFixture

상속: AutoMockingTestFixture
파일 보기 프로젝트 열기: jagregory/boolangstudio

보호된 프로퍼티들

프로퍼티 타입 설명
expectedEndIndex int
expectedStartIndex int
expectedTokenColor TokenColor
expectedTokenType TokenType
line string
offset int
scanner Boo.BooLangService.BooScanner
tokens List

공개 메소드들

메소드 설명
AutoTokenTestFixture ( ) : System
BuildTokens ( string codeLine, int startOffset ) : void

비공개 메소드들

메소드 설명
ShouldOnlyBeOneToken ( ) : void
VerifyEndIndex ( ) : void
VerifyStartIndex ( ) : void
VerifyTokenColor ( ) : void
VerifyTokenType ( ) : void

메소드 상세

AutoTokenTestFixture() 공개 메소드

public AutoTokenTestFixture ( ) : System
리턴 System

BuildTokens() 공개 메소드

public BuildTokens ( string codeLine, int startOffset ) : void
codeLine string
startOffset int
리턴 void

프로퍼티 상세

expectedEndIndex 보호되어 있는 프로퍼티

protected int expectedEndIndex
리턴 int

expectedStartIndex 보호되어 있는 프로퍼티

protected int expectedStartIndex
리턴 int

expectedTokenColor 보호되어 있는 프로퍼티

protected TokenColor expectedTokenColor
리턴 TokenColor

expectedTokenType 보호되어 있는 프로퍼티

protected TokenType expectedTokenType
리턴 TokenType

line 보호되어 있는 프로퍼티

protected string line
리턴 string

offset 보호되어 있는 프로퍼티

protected int offset
리턴 int

scanner 보호되어 있는 프로퍼티

protected BooScanner,Boo.BooLangService scanner
리턴 Boo.BooLangService.BooScanner

tokens 보호되어 있는 프로퍼티

protected List tokens
리턴 List