UnitTestConventionAttribute Class

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
AttributeUsageAttribute

Constructors

Extension Methods

See Also

  • System.Attribute