C# Класс PclUnit.Style.Nunit.IgnoreAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
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

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

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