C# Class Xunit.Reporting.Internal.Observation

An observation in a context specification.
Afficher le fichier Open project: BjRo/xunitbddextensions

Méthodes publiques

Méthode Description
BuildAllFrom ( Type specType ) : IEnumerable

Builds all Observation instances for the context type specified via specType.

ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Méthode Description
Observation ( string description ) : System

Initializes a new instance of the Observation class.

Method Details

BuildAllFrom() public static méthode

Builds all Observation instances for the context type specified via specType.
public static BuildAllFrom ( Type specType ) : IEnumerable
specType System.Type /// Specifies the contex type. ///
Résultat IEnumerable

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string