C# Class NUnit.Framework.TestModificationAttribute

The abstract base class for all NUnitAttributes that modify to a test once it has been constructed. It is used by the framework to select all test-modifying attributes on a test.
Inheritance: NUnit.Framework.NUnitAttribute
Afficher le fichier Open project: pjcollins/Andr.Unit

Méthodes publiques

Méthode Description
TestModificationAttribute ( ) : System

Default constructor

Method Details

TestModificationAttribute() public méthode

Default constructor
public TestModificationAttribute ( ) : System
Résultat System