C# Class Boo.BooLangStudioSpecs.WhenParsingTheEndOfAMlCommentRegion

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

Protected Properties

Свойство Type Description
commentCloseToken Microsoft.VisualStudio.Package.TokenInfo
whitespaceToken Microsoft.VisualStudio.Package.TokenInfo

Méthodes publiques

Méthode Description
WhenParsingTheEndOfAMlCommentRegion ( ) : System

Private Methods

Méthode 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 méthode

public WhenParsingTheEndOfAMlCommentRegion ( ) : System
Résultat System

Property Details

commentCloseToken protected_oe property

protected TokenInfo,Microsoft.VisualStudio.Package commentCloseToken
Résultat Microsoft.VisualStudio.Package.TokenInfo

whitespaceToken protected_oe property

protected TokenInfo,Microsoft.VisualStudio.Package whitespaceToken
Résultat Microsoft.VisualStudio.Package.TokenInfo