C# Class Xunit.Reporting.Internal.ContextFormatter

A specialized formatter containing all formatting rules for a Context.
Inheritance: IFormatter
Afficher le fichier Open project: BjRo/xunitbddextensions

Méthodes publiques

Méthode Description
Format ( string content ) : string

Formats the string supplied by content.

Method Details

Format() public méthode

Formats the string supplied by content.
public Format ( string content ) : string
content string Specifies the content to format.
Résultat string