C# Class Xunit.ConcernAttribute

Inheritance: Xunit.TraitAttribute
Afficher le fichier Open project: BjRo/xunitbddextensions

Méthodes publiques

Méthode Description
ConcernAttribute ( Type type ) : System

Initializes the ConcernAttribute class.

ConcernAttribute ( Type type, string scenario ) : System

Initializes the ConcernAttribute class.

Method Details

ConcernAttribute() public méthode

Initializes the ConcernAttribute class.
public ConcernAttribute ( Type type ) : System
type System.Type /// The type related to the concern. ///
Résultat System

ConcernAttribute() public méthode

Initializes the ConcernAttribute class.
public ConcernAttribute ( Type type, string scenario ) : System
type System.Type /// The type related to the concern. ///
scenario string /// Specifies a scenario. ///
Résultat System