C# 클래스 Xunit.Internal.DefaultBuilder

A IBuilder implementation for standard interface + abstract class types.
상속: IBuilder
파일 보기 프로젝트 열기: BjRo/xunitbddextensions

공개 메소드들

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