C# Class CommentReflowerTest.MainClass.GetBlockFromPointRegression

Afficher le fichier Open project: kmunson/CommentReflowerVSIX

Méthodes publiques

Свойство Type Description
retCommentBlockName string
retEndLine int
retIndentation int
retStartLine int
retSuccess bool

Méthodes publiques

Méthode Description
GetBlockFromPointRegression ( bool retSuccess, int retStartLine, int retEndLine, int retIndentation, string retCommentBlockName ) : System
doTest ( TestFileWrapper regressionFile, string fileName ) : void

Method Details

GetBlockFromPointRegression() public méthode

public GetBlockFromPointRegression ( bool retSuccess, int retStartLine, int retEndLine, int retIndentation, string retCommentBlockName ) : System
retSuccess bool
retStartLine int
retEndLine int
retIndentation int
retCommentBlockName string
Résultat System

doTest() public méthode

public doTest ( TestFileWrapper regressionFile, string fileName ) : void
regressionFile TestFileWrapper
fileName string
Résultat void

Property Details

retCommentBlockName public_oe property

public string retCommentBlockName
Résultat string

retEndLine public_oe property

public int retEndLine
Résultat int

retIndentation public_oe property

public int retIndentation
Résultat int

retStartLine public_oe property

public int retStartLine
Résultat int

retSuccess public_oe property

public bool retSuccess
Résultat bool