WebTestResultViewer Class
Wraps a Web test playback window.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public NotInheritable Class WebTestResultViewer
public sealed class WebTestResultViewer
public ref class WebTestResultViewer sealed
[<Sealed>]
type WebTestResultViewer = class end
public final class WebTestResultViewer
The WebTestResultViewer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Details | Gets a value that represents the test results. |
![]() |
SelectedItem | Gets the currently selected item. |
![]() |
SelectedRequestItem | Gets the result of the currently selected request. |
![]() |
TestResultId | Gets the test result ID for the result window. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddResultPage | Adds a result page to the playback user interface (UI). |
![]() |
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 a hash function for a particular type. (Inherited from Object.) |
![]() |
GetSelectedText | Returns the selected text. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RemoveResultPage | Removes a results page from the playback UI. |
![]() |
SelectItemInRequestGrid | Selects an item in the request grid. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.