AssertAction Class
Visual Studio 2010
Represents an assertion to be included in the test between other actions.
System.Object
Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Microsoft.VisualStudio.TestTools.UITest.Common.ValidationAction
Microsoft.VisualStudio.TestTools.UITest.Common.AssertAction
Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Microsoft.VisualStudio.TestTools.UITest.Common.ValidationAction
Microsoft.VisualStudio.TestTools.UITest.Common.AssertAction
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
The AssertAction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AssertAction | Initializes a new instance of the AssertAction class for serialization and deserialization. |
![]() | AssertAction(UITechnologyElement, String, String, AssertCondition, Type) | Initializes a new instance of the AssertAction class. |
| Name | Description | |
|---|---|---|
![]() | ActionName | Gets the name of the action. The set procedure is not supported in this base class. (Inherited from UITestAction.) |
![]() | ActualThinkTime | Gets or sets the think time after processing other playback parameters that are provided by the UIActionInterpreter, such as the ThinkTimeMultiplier. (Inherited from UITestAction.) |
![]() | AdditionalInfo | When implemented in a derived class, gets a string that contains custom information. (Inherited from UITestAction.) |
![]() | Comment | Gets or sets a comment for this action. (Inherited from UITestAction.) |
![]() | ContinueOnError | Gets or sets a value that indicates whether to continue even if this action fails. (Inherited from UITestAction.) |
![]() | ContinueOnErrorWrapper | Gets or sets the value of the ContinueOnError property as a string for serialization. (Inherited from UITestAction.) |
![]() | ElapsedTime | Gets or sets the time span of the action. (Inherited from UITestAction.) |
![]() | EndTimestamp | The timestamp for the end of the action. (Inherited from UITestAction.) |
![]() | ExpectedValue | Gets the expected value as a string. (Overrides ValidationAction.ExpectedValue.) |
![]() | Id | Gets or sets a unique numerical identifier for this action. (Inherited from UITestAction.) |
![]() | IsParameterBound | If this action can be parameterized, gets or sets a value that indicates whether the action is bound to a test parameter. (Inherited from UITestAction.) |
![]() | IsParameterizable | Gets a value that indicates whether this action can be parameterized. (Inherited from ValidationAction.) |
![]() | NeedFiltering | Gets or sets a value that indicates whether this action can be processed by a UITestActionFilter. (Inherited from UITestAction.) |
![]() | ParameterName | Gets or sets the name of the corresponding parameter for the action value. (Inherited from UITestAction.) |
![]() | PropertyCondition | Gets the comparison to apply to the property and the expected value. |
![]() | PropertyName | Gets or sets the name of the property that is validated. (Inherited from ValidationAction.) |
![]() | StartTimestamp | Gets or sets the starting time stamp when executing this action. (Inherited from UITestAction.) |
![]() | Tags | Gets a dictionary of additional information about this action that is needed during recording, aggregation, or post-processing. The set procedure is private. (Inherited from UITestAction.) |
![]() | ThinkTime | Gets or sets the number of seconds that are required to execute this action. (Inherited from UITestAction.) |
![]() | ThinkTimeString | Gets or sets the think time for this action by using a string value. (Inherited from UITestAction.) |
![]() | Timestamp | Gets or sets the time stamp for this action. (Inherited from UITestAction.) |
![]() | TypeName | The name of the property value type that was provided when this action was created. |
![]() | UIElement | Gets or sets the UI element on which this action operates. (Inherited from UITestAction.) |
![]() | UIObjectName | Gets or sets the name of the UI element on which this action operates. (Inherited from UITestAction.) |
![]() | ValueAsString | Gets or sets the value of this action as a string. The set procedure is not supported in this base class. (Inherited from UITestAction.) |
![]() | ValueType | The type of the property value. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether the given object is equal to this UI test action. (Inherited from UITestAction.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from UITestAction.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Invoke | Invokes the action. (Overrides UITestAction.Invoke(UITestActionInvoker, UIMap).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyPropertyChanged | Raises the PropertyChanged event. (Inherited from UITestAction.) |
![]() | ToString | Returns the description of this action. (Inherited from UITestAction.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from UITestAction.) |
