C# Class Boo.BooLangStudioSpecs.WhenParsingTheEndOfAMlCommentRegion

Inheritance: ManualTokenTestFixture
Show file Open project: jagregory/boolangstudio

Protected Properties

Property Type Description
commentCloseToken Microsoft.VisualStudio.Package.TokenInfo
whitespaceToken Microsoft.VisualStudio.Package.TokenInfo

Public Methods

Method Description
WhenParsingTheEndOfAMlCommentRegion ( ) : System

Private Methods

Method Description
CommentTokenColorShouldBeComment ( ) : void
CommentTokenEndIndexShouldBeNine ( ) : void
CommentTokenStartIndexShouldBeZero ( ) : void
CommentTokenTypeShouldBeComment ( ) : void
CurrentIndexBetweenTokensShouldBeTen ( ) : void
RemainingLineAfterFirstParseShouldBeASingleSpace ( ) : void
ResultOfFirstParseShouldBeTrue ( ) : void
StateShouldBeZero ( ) : void
SubstringIndexFromInBetweenCurrentIndexShouldBeASingleSpace ( ) : void
WhitespaceTokenColorShouldBeText ( ) : void
WhitespaceTokenEndIndexShouldBeTen ( ) : void
WhitespaceTokenStartIndexShouldBeTen ( ) : void
WhitespaceTokenTypeShouldBeWhitespace ( ) : void

Method Details

WhenParsingTheEndOfAMlCommentRegion() public method

public WhenParsingTheEndOfAMlCommentRegion ( ) : System
return System

Property Details

commentCloseToken protected property

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

whitespaceToken protected property

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