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