C# Class NCrunch.Framework.InclusivelyUsesAttribute

Declares as test as making inclusive 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
Datei anzeigen Open project: RalfKoban/MiKo-Analyzers

Public Methods

Method Description
InclusivelyUsesAttribute ( ) : System

Method Details

InclusivelyUsesAttribute() public method

public InclusivelyUsesAttribute ( ) : System
return System