- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .Attributes - Interfaces
-
- ITestAction
- Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type-.->Interface0["ITestAction"]
Type["WindowsTestAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = false)]
public class WindowsTestAttribute : Attribute, ITestAction
Attributes
Type | Description |
---|---|
Attribute |
Properties
Name | Value | Summary |
---|---|---|
Targets | ActionTargets |
Methods
Name | Value | Summary |
---|---|---|
AfterTest |
void | |
BeforeTest |
void |