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

An observation in a context specification.
파일 보기 프로젝트 열기: BjRo/xunitbddextensions

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Observation ( string description ) : System

Initializes a new instance of the Observation class.

메소드 상세

BuildAllFrom() 공개 정적인 메소드

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

ToString() 공개 메소드

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