C# 클래스 NUnit.Framework.PlatformAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: nunit/nunit 1 사용 예제들

공개 메소드들

메소드 설명
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