C# 클래스 NUnit.Framework.IncludeExcludeAttribute

Abstract base for Attributes that are used to include tests in the test run based on environmental settings.
파일 보기 프로젝트 열기: pjcollins/Andr.Unit

공개 메소드들

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