Class WriteIntegrationTestAttribute
- Namespace
- OneImlx.Shared.Attributes
- Assembly
- OneImlx.Shared.dll
Indicates that the target element should have integration tests.
[AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = false)]
public sealed class WriteIntegrationTestAttribute : ActionAttribute
- Inheritance
-
WriteIntegrationTestAttribute
- Inherited Members
Constructors
WriteIntegrationTestAttribute(string)
Initialize a new instance with description.
public WriteIntegrationTestAttribute(string description)
Parameters
description
stringAdditional description.