C# 클래스 ApprovalUtilities.SimpleLogger.Writers.StringBuilderLogger

상속: IAppendable
파일 보기 프로젝트 열기: approvals/ApprovalTests.Net

공개 메소드들

메소드 설명
Append ( string text ) : void
AppendLine ( string text ) : void
ScrubPath ( string path ) : string
ToString ( ) : string

메소드 상세

Append() 공개 메소드

public Append ( string text ) : void
text string
리턴 void

AppendLine() 공개 메소드

public AppendLine ( string text ) : void
text string
리턴 void

ScrubPath() 공개 메소드

public ScrubPath ( string path ) : string
path string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string