Summary
Defines this convention as one that only runs during a unit test run
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
-
- IHostBasedConvention
- Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type-.->Interface0["IHostBasedConvention"]
Type["UnitTestConventionAttribute"]
class Type type-node
Syntax
public sealed class UnitTestConventionAttribute : Attribute, IHostBasedConvention
Attributes
Type | Description |
---|---|
Attribute |
Constructors
Name | Summary |
---|---|
Unit |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- System.Attribute