The ITestComponentBuilder type exposes the following members.

Methods

  NameDescription
AddDeferredAction
Registers a deferred action to be performed when ApplyDeferredActions()()() is called.
(Inherited from ISupportDeferredActions.)
AddMetadata
Adds a metadata key value pair.
ApplyDeferredActions
Applies all pending deferred in order and clears the list.
(Inherited from ISupportDeferredActions.)
ToTestComponent
Gets the underlying test component.

Properties

  NameDescription
CodeElement
Gets a reference to the point of definition of this test component in the code, or null if unknown.
Id
Gets the stable unique identifier of the component.
Name
Gets or sets the name of the component.

See Also