C# Class PclUnit.Style.Nunit.IgnoreAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
IgnoreAttribute ( ) : System

Constructs the attribute without giving a reason for ignoring the test.

IgnoreAttribute ( string reason ) : System

Constructs the attribute giving a reason for ignoring the test

Method Details

IgnoreAttribute() public méthode

Constructs the attribute without giving a reason for ignoring the test.
public IgnoreAttribute ( ) : System
Résultat System

IgnoreAttribute() public méthode

Constructs the attribute giving a reason for ignoring the test
public IgnoreAttribute ( string reason ) : System
reason string The reason for ignoring the test
Résultat System