Class RequiresInProcessAttribute
Skips the test unless the application runs in-process: in-process services, transactional isolation and a test-side composition of the application's own code only exist in that hosting mode.
public sealed class RequiresInProcessAttribute : RequiresCapabilityAttribute, IProtoSkipCondition
- Inheritance
-
RequiresInProcessAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
RequiresInProcessAttribute()
public RequiresInProcessAttribute()
Properties
DefaultReason
protected override string DefaultReason { get; }