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

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

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

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

Causes a test to be skipped if this PlatformAttribute is not satisfied.

PlatformAttribute ( ) : System

Constructor with no platforms specified, for use with named property syntax.

PlatformAttribute ( string platforms ) : System

Constructor taking one or more platforms

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

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

Causes a test to be skipped if this PlatformAttribute is not satisfied.
public ApplyToTest ( System.Test test ) : void
test System.Test The test to modify
Результат void

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

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

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

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