C# Class NCrunch.Framework.ExclusivelyUsesAttribute

Declares as test as making exclusive use of a named resource that exists outside the test process. Tests that are marked as making use of the same resource will not be executed together in parallel by NCrunch.
Inheritance: NCrunch.Framework.ResourceUsageAttribute
Afficher le fichier Open project: RalfKoban/MiKo-Analyzers

Méthodes publiques

Méthode Description
ExclusivelyUsesAttribute ( ) : System

Method Details

ExclusivelyUsesAttribute() public méthode

public ExclusivelyUsesAttribute ( ) : System
Résultat System