C# Class NUnit.Framework.IncludeExcludeAttribute

Abstract base for Attributes that are used to include tests in the test run based on environmental settings.
Afficher le fichier Open project: pjcollins/Andr.Unit

Méthodes publiques

Méthode Description
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

Method Details

IncludeExcludeAttribute() public méthode

Constructor with no included items specified, for use with named property syntax.
public IncludeExcludeAttribute ( ) : System
Résultat System

IncludeExcludeAttribute() public méthode

Constructor taking one or more included items
public IncludeExcludeAttribute ( string include ) : System
include string Comma-delimited list of included items
Résultat System