Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Xunit
Internal
FrameworkConfig
C# Класс Xunit.Internal.FrameworkConfig
A configuration endpoint for the
Fabric
which controls the internal processes of xunit.bddextensions.
Показать файл
Открыть проект
Примеры использования класса
Открытые свойства
Свойство
Тип
Описание
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