The PatternTestStep type exposes the following members.

Constructors

  NameDescription
PatternTestStepOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from TestStep.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
CodeElement
Gets or sets a reference to the point of definition of this test component in the code, or null if unknown.
(Inherited from TestComponent.)
FullName
Gets the full name of the step.
(Inherited from TestStep.)
Id
Gets or sets the stable unique identifier of the component.
(Inherited from TestStep.)
IsDynamic
Gets or sets whether the test step is dynamic.
(Inherited from TestStep.)
IsPrimary
Returns true if the test step is the top node of a hierarchy of test steps that are all associated with the same test.
(Inherited from TestStep.)
IsTestCase
Gets or sets whether the test step represents a distinct test case.
(Inherited from TestStep.)
Kind
Gets or sets the value of the TestKind metadata entry.
(Inherited from TestComponent.)
Metadata
Gets the metadata of the component.
(Inherited from TestComponent.)
Name
Gets or sets the name of the component.
(Inherited from TestComponent.)
Parent
Gets the step that contains this one, or null if this instance represents the root step of the test step tree.
(Inherited from TestStep.)
Test
Gets the associated test.

See Also