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
Show file Open project: RalfKoban/MiKo-Analyzers

Public Methods

Method Description
ExclusivelyUsesAttribute ( ) : System

Method Details

ExclusivelyUsesAttribute() public method

public ExclusivelyUsesAttribute ( ) : System
return System