C# 클래스 CommentReflowerTest.MainClass.GetBlockFromPointRegression

파일 보기 프로젝트 열기: kmunson/CommentReflowerVSIX

공개 프로퍼티들

프로퍼티 타입 설명
retCommentBlockName string
retEndLine int
retIndentation int
retStartLine int
retSuccess bool

공개 메소드들

메소드 설명
GetBlockFromPointRegression ( bool retSuccess, int retStartLine, int retEndLine, int retIndentation, string retCommentBlockName ) : System
doTest ( TestFileWrapper regressionFile, string fileName ) : void

메소드 상세

GetBlockFromPointRegression() 공개 메소드

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

doTest() 공개 메소드

public doTest ( TestFileWrapper regressionFile, string fileName ) : void
regressionFile TestFileWrapper
fileName string
리턴 void

프로퍼티 상세

retCommentBlockName 공개적으로 프로퍼티

public string retCommentBlockName
리턴 string

retEndLine 공개적으로 프로퍼티

public int retEndLine
리턴 int

retIndentation 공개적으로 프로퍼티

public int retIndentation
리턴 int

retStartLine 공개적으로 프로퍼티

public int retStartLine
리턴 int

retSuccess 공개적으로 프로퍼티

public bool retSuccess
리턴 bool