C# 클래스 CommentReflowerTest.TestFileWrapper

This class implements enough of EnvDTE.TextDocument for regression testing.
상속: EnvDTE.TextDocument
파일 보기 프로젝트 열기: kmunson/CommentReflowerVSIX 1 사용 예제들

공개 메소드들

메소드 설명
ClearBookmarks ( ) : void
CreateEditPoint ( EnvDTE tp ) : EnvDTE.EditPoint
GetLine ( int lineNum ) : string
GetNumberLines ( ) : int
MarkText ( string st, int i ) : bool
OnDelete ( TestTextPoint startPoint, object obj ) : void
OnInsert ( TestTextPoint startPoint, string st ) : void
PrintOut ( ) : void
ReplacePattern ( string a, string b, int c, EnvDTE &d ) : bool
ReplaceText ( string a, string b, int i ) : bool
SetLine ( int lineNum, string val ) : void
TestFileWrapper ( string fileName ) : System
WriteToFile ( string fileName ) : void

메소드 상세

ClearBookmarks() 공개 메소드

public ClearBookmarks ( ) : void
리턴 void

CreateEditPoint() 공개 메소드

public CreateEditPoint ( EnvDTE tp ) : EnvDTE.EditPoint
tp EnvDTE
리턴 EnvDTE.EditPoint

GetLine() 공개 메소드

public GetLine ( int lineNum ) : string
lineNum int
리턴 string

GetNumberLines() 공개 메소드

public GetNumberLines ( ) : int
리턴 int

MarkText() 공개 메소드

public MarkText ( string st, int i ) : bool
st string
i int
리턴 bool

OnDelete() 공개 메소드

public OnDelete ( TestTextPoint startPoint, object obj ) : void
startPoint TestTextPoint
obj object
리턴 void

OnInsert() 공개 메소드

public OnInsert ( TestTextPoint startPoint, string st ) : void
startPoint TestTextPoint
st string
리턴 void

PrintOut() 공개 메소드

public PrintOut ( ) : void
리턴 void

ReplacePattern() 공개 메소드

public ReplacePattern ( string a, string b, int c, EnvDTE &d ) : bool
a string
b string
c int
d EnvDTE
리턴 bool

ReplaceText() 공개 메소드

public ReplaceText ( string a, string b, int i ) : bool
a string
b string
i int
리턴 bool

SetLine() 공개 메소드

public SetLine ( int lineNum, string val ) : void
lineNum int
val string
리턴 void

TestFileWrapper() 공개 메소드

public TestFileWrapper ( string fileName ) : System
fileName string
리턴 System

WriteToFile() 공개 메소드

public WriteToFile ( string fileName ) : void
fileName string
리턴 void