C# Class NUnit.Framework.IgnoreAttribute

Inheritance: TestModificationAttribute, IApplyToTest
Afficher le fichier Open project: pjcollins/Andr.Unit Class Usage Examples

Méthodes publiques

Méthode Description
ApplyToTest ( Test test ) : void

Modifies a test by marking it as Ignored.

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

ApplyToTest() public méthode

Modifies a test by marking it as Ignored.
public ApplyToTest ( Test test ) : void
test Test The test to modify
Résultat void

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