Property | Type | Description | |
---|---|---|---|
retCommentBlockName | string | ||
retEndLine | int | ||
retIndentation | int | ||
retStartLine | int | ||
retSuccess | bool |
Method | Description | |
---|---|---|
GetBlockFromPointRegression ( bool retSuccess, int retStartLine, int retEndLine, int retIndentation, string retCommentBlockName ) : System | ||
doTest ( TestFileWrapper regressionFile, string fileName ) : void |
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 |
public doTest ( TestFileWrapper regressionFile, string fileName ) : void | ||
regressionFile | TestFileWrapper | |
fileName | string | |
return | void |