C# Class Xunit.Reporting.Internal.Observation

An observation in a context specification.
Mostra file Open project: BjRo/xunitbddextensions

Public Methods

Method 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

Method Description
Observation ( string description ) : System

Initializes a new instance of the Observation class.

Method Details

BuildAllFrom() public static method

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

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string