C# 클래스 Xunit.Reporting.Internal.ContextFormatter

A specialized formatter containing all formatting rules for a Context.
상속: IFormatter
파일 보기 프로젝트 열기: BjRo/xunitbddextensions

공개 메소드들

메소드 설명
Format ( string content ) : string

Formats the string supplied by content.

메소드 상세

Format() 공개 메소드

Formats the string supplied by content.
public Format ( string content ) : string
content string Specifies the content to format.
리턴 string