Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Xunit
Internal
FrameworkConfig
C# Class Xunit.Internal.FrameworkConfig
A configuration endpoint for the
Fabric
which controls the internal processes of xunit.bddextensions.
Mostra 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_oe static_oe property
The set of default builders used inside xunit.bddextensions.
public
static
IList
Builders
return
IList
ConfigurationRules
public_oe static_oe property
The set of configuration rules used inside xunit.bddextensions.
public
static
IList
ConfigurationRules
return
IList