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