C# Класс Xunit.Reporting.Internal.Observation

An observation in a context specification.
Показать файл Открыть проект

Открытые методы

Метод Описание
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