TerminateTestMethodAttribute Class
Attribute specifies the Terminate method on a test method, this will be executed after the Test Method
Namespace: SoftHai.Testing.UnitTestAssembly: SoftHai.Testing
Syntax
Visual Basic
<AttributeUsageAttribute()> _
Public Class TerminateTestMethodAttribute
Inherits SoftHai.Testing.UnitTest.BaseEnvironmentAttribute
Implements System.Runtime.InteropServices._Attribute
C#
[AttributeUsageAttribute()]
public class TerminateTestMethodAttribute
: SoftHai.Testing.UnitTest.BaseEnvironmentAttribute,
System.Runtime.InteropServices._Attribute
Members
This WikiPage was created with
Codeplex WikiEditor