C# 클래스 Xunit.Internal.FrameworkConfig

A configuration endpoint for the Fabric which controls the internal processes of xunit.bddextensions.
파일 보기 프로젝트 열기: BjRo/xunitbddextensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Builders IList
ConfigurationRules IList

공개 메소드들

메소드 설명
BuildFabric ( ) : IFabric

Creates the IFabric which is used in the specifications.

메소드 상세

BuildFabric() 공개 정적인 메소드

Creates the IFabric which is used in the specifications.
public static BuildFabric ( ) : IFabric
리턴 IFabric

프로퍼티 상세

Builders 공개적으로 정적으로 프로퍼티

The set of default builders used inside xunit.bddextensions.
public static IList Builders
리턴 IList

ConfigurationRules 공개적으로 정적으로 프로퍼티

The set of configuration rules used inside xunit.bddextensions.
public static IList ConfigurationRules
리턴 IList