Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Xunit
Internal
FrameworkConfig
C# Class Xunit.Internal.FrameworkConfig
A configuration endpoint for the
Fabric
which controls the internal processes of xunit.bddextensions.
Show file
Open project: BjRo/xunitbddextensions
Class Usage Examples
Public Properties
Property
Type
Description
Builders
IList
ConfigurationRules
IList
Public Methods
Method
Description
BuildFabric
( ) :
IFabric
Creates the
IFabric
which is used in the specifications.
Method Details
BuildFabric()
public
static
method
Creates the
IFabric
which is used in the specifications.
public
static
BuildFabric
( ) :
IFabric
return
IFabric
Property Details
Builders
public static property
The set of default builders used inside xunit.bddextensions.
public
static
IList
Builders
return
IList
ConfigurationRules
public static property
The set of configuration rules used inside xunit.bddextensions.
public
static
IList
ConfigurationRules
return
IList