TestMethodAttribute Class
Attribute identifies a method as a test method
Namespace: SoftHai.Testing.UnitTestAssembly: SoftHai.Testing
Syntax
Visual Basic
<AttributeUsageAttribute()> _
Public Class TestMethodAttribute
Inherits System.Attribute
Implements System.Runtime.InteropServices._Attribute
C#
[AttributeUsageAttribute()]
public class TestMethodAttribute
: System.Attribute,
System.Runtime.InteropServices._Attribute
Members
Methods
Properties
| Name | Description |
| CollectExceptions | Specifies whether the thrown exception in the code (debugging) is to be displayed or whether these should be collected and displayed at the end of the test |
This WikiPage was created with
Codeplex WikiEditor