C# Class Xunit.ConcernAttribute

Inheritance: Xunit.TraitAttribute
Mostra file Open project: BjRo/xunitbddextensions

Public Methods

Method Description
ConcernAttribute ( Type type ) : System

Initializes the ConcernAttribute class.

ConcernAttribute ( Type type, string scenario ) : System

Initializes the ConcernAttribute class.

Method Details

ConcernAttribute() public method

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

ConcernAttribute() public method

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. ///
return System