Name | Description |
---|---|
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. |
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. |
IsolatedAttribute |