C# Class CommentReflowerTest.MainClass.GetBlockFromPointRegression

显示文件 Open project: kmunson/CommentReflowerVSIX

Public Properties

Property Type Description
retCommentBlockName string
retEndLine int
retIndentation int
retStartLine int
retSuccess bool

Public Methods

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

Method Details

GetBlockFromPointRegression() public method

public GetBlockFromPointRegression ( bool retSuccess, int retStartLine, int retEndLine, int retIndentation, string retCommentBlockName ) : System
retSuccess bool
retStartLine int
retEndLine int
retIndentation int
retCommentBlockName string
return System

doTest() public method

public doTest ( TestFileWrapper regressionFile, string fileName ) : void
regressionFile TestFileWrapper
fileName string
return void

Property Details

retCommentBlockName public_oe property

public string retCommentBlockName
return string

retEndLine public_oe property

public int retEndLine
return int

retIndentation public_oe property

public int retIndentation
return int

retStartLine public_oe property

public int retStartLine
return int

retSuccess public_oe property

public bool retSuccess
return bool