Show / Hide Table of Contents

Class STATestMethodAttribute

Used for tests that require a STA thread container.

Inheritance
System.Object
STATestMethodAttribute
Namespace: Phoenix.Test
Assembly: Phoenix.Test.Infrastructure.dll
Syntax
public class STATestMethodAttribute : TestMethodAttribute
Remarks

From https://www.meziantou.net/mstest-v2-customize-test-execution.htm

Methods

View Source

Execute(ITestMethod)

Declaration
public override TestResult[] Execute(ITestMethod testMethod)
Parameters
Type Name Description
ITestMethod testMethod
Returns
Type Description
TestResult[]
  • View Source
In This Article
Back to top Generated by DocFX