C# Класс NUnit.Framework.IncludeExcludeAttribute

Abstract base for Attributes that are used to include tests in the test run based on environmental settings.
Наследование: TestModificationAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
IncludeExcludeAttribute ( ) : System

Constructor with no included items specified, for use with named property syntax.

IncludeExcludeAttribute ( string include ) : System

Constructor taking one or more included items

Описание методов

IncludeExcludeAttribute() публичный Метод

Constructor with no included items specified, for use with named property syntax.
public IncludeExcludeAttribute ( ) : System
Результат System

IncludeExcludeAttribute() публичный Метод

Constructor taking one or more included items
public IncludeExcludeAttribute ( string include ) : System
include string Comma-delimited list of included items
Результат System