C# Class Xunit.Reporting.Internal.ContextFormatter

A specialized formatter containing all formatting rules for a Context.
Inheritance: IFormatter
ファイルを表示 Open project: BjRo/xunitbddextensions

Public Methods

Method Description
Format ( string content ) : string

Formats the string supplied by content.

Method Details

Format() public method

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