This topic has not yet been rated - Rate this topic

CssIterationAttribute Class

Represents the project iteration to which this test corresponds. This class cannot be inherited.

Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false)] 
public sealed class CssIterationAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) */ 
public final class CssIterationAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) 
public final class CssIterationAttribute extends Attribute

Use this attribute to link a test with the project iteration. Marking a test with this attribute is useful for reporting test information corresponding to the stage of the project lifecycle.

You can specify this attribute on a class. You can apply only one instance of this attribute to a class.

For more information about using attributes, see Extending Metadata Using Attributes.

System.Object
   System.Attribute
    Microsoft.VisualStudio.TestTools.WebTesting.CssIterationAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.