Class VersionAttribute
Inheritance
System.Object
VersionAttribute
Namespace: Unity.PerformanceTesting
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
public class VersionAttribute : NUnitAttribute, IApplyToTest
Constructors
VersionAttribute(String)
Declaration
public VersionAttribute(string version)
Parameters
Type | Name | Description |
---|---|---|
System.String | version |
Fields
Version
Declaration
public string Version
Field Value
Type | Description |
---|---|
System.String |
Methods
ApplyToTest(Test)
Declaration
public void ApplyToTest(Test test)
Parameters
Type | Name | Description |
---|---|---|
Test | test |