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

Наследование: TestModificationAttribute, IApplyToTest
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ApplyToTest ( Test test ) : void

Modifies a test by marking it as Ignored.

IgnoreAttribute ( ) : System

Constructs the attribute without giving a reason for ignoring the test.

IgnoreAttribute ( string reason ) : System

Constructs the attribute giving a reason for ignoring the test

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

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

Modifies a test by marking it as Ignored.
public ApplyToTest ( Test test ) : void
test Test The test to modify
Результат void

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

Constructs the attribute without giving a reason for ignoring the test.
public IgnoreAttribute ( ) : System
Результат System

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

Constructs the attribute giving a reason for ignoring the test
public IgnoreAttribute ( string reason ) : System
reason string The reason for ignoring the test
Результат System