Table of Contents

Class WriteUnitTestAttribute

Namespace
OneImlx.Shared.Attributes
Assembly
OneImlx.Shared.dll

Indicates that the target element should have unit tests.

[AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = false)]
public sealed class WriteUnitTestAttribute : ActionAttribute
Inheritance
WriteUnitTestAttribute
Inherited Members

Constructors

WriteUnitTestAttribute(string)

Initialize a new instance with description.

public WriteUnitTestAttribute(string description)

Parameters

description string

Additional description.