C# Класс Xunit.Internal.DefaultBuilder

A IBuilder implementation for standard interface + abstract class types.
Наследование: IBuilder
Показать файл Открыть проект

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

Метод Описание
BuildFrom ( IFabricContext fabricContext ) : object

Builds an instance from/with the data contained in the supplied build context.

KnowsHowToBuild ( Type type ) : bool

Determines whether the builder can build the supplied type.

Описание методов

BuildFrom() публичный Метод

Builds an instance from/with the data contained in the supplied build context.
public BuildFrom ( IFabricContext fabricContext ) : object
fabricContext IFabricContext /// Specifies the build context of the current build operation. ///
Результат object

KnowsHowToBuild() публичный Метод

Determines whether the builder can build the supplied type.
public KnowsHowToBuild ( Type type ) : bool
type System.Type /// Specifies the type to check. ///
Результат bool