TestStepGroup Methods |
The TestStepGroup type exposes the following members.
Name | Description | |
---|---|---|
Compare |
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from AbstractTestItem.) | |
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from AbstractTestItem.) | |
DeleteItem |
Deletes an sub item from the current scope. for Test Case, the item is test Step, For Test Suite, the item is test case, ...
(Overrides AbstractTestItemDeleteItem(Object).) | |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from AbstractTestItem.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from AbstractTestItem.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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 the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVariable |
Gets the variable from the given context.
(Inherited from AbstractTestItem.) | |
GetVariables |
Gets All variables available for the current test scope.
(Inherited from AbstractTestItem.) | |
InitStatus |
Initializes the status of the Test Case
(Inherited from AbstractTestItem.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveDown |
Moves down a test item in its parent items collections
(Inherited from AbstractTestItem.) | |
MoveToBottom |
Moves to bottom a test item in its parent items collections
(Inherited from AbstractTestItem.) | |
MoveToTop |
Moves on top a test item in its parent items collection.
(Inherited from AbstractTestItem.) | |
MoveUp |
Moves up a test item in its parent items collection.
(Inherited from AbstractTestItem.) | |
OnPropertyChanged |
Called when property value has changed.
(Inherited from AbstractTestItem.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateId |
Generates a new Identifier of the current AbstractTestItem and all its sub items.
(Inherited from AbstractTestItem.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |