![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
AgentContext |
Encapsulates the context of the agent environment. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
BasicTransferInformation |
Collects information that is required to request a file or stream transfer from a diagnostic data adapter. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
ControllerContext |
Represents the current context for a test controller. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
CustomNotificationEventArgs |
Provides a base class for event argument classes that are used in custom diagnostic data adapters. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectionContext |
Represents the context in which data collection occurs. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectionEnvironmentContext |
Encapsulates the environment where a diagnostic data adapter is hosted. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectionEventArgs |
The base class for all execution event arguments. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectionEvents |
Defines the execution events that diagnostic data adapters can register. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectionLogger |
Sends error messages for diagnostic data adapters to the client, which can be the test runner, Visual Studio IDE, or Visual Studio Test Professional. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectionSink |
Diagnostic data adapters use a DataCollectionSink to store files and XML data for later attachment to bugs and test reports. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollector |
Provides a base class for custom diagnostic data adapters. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectorConfigurationEditorAttribute |
Specifies the configuration editor that the testing framework should use to configure the diagnostic data adapter. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectorConfigurationEditorTypeUriAttribute |
Identifies a diagnostic data adapter configuration editor in the form of a uniform resource identifier (URI). |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectorDescriptionAttribute |
Attaches a description to a custom diagnostic data adapter. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectorEnabledByDefaultAttribute |
Designates that the diagnostic data adapter class is enabled by default when the adapter is listed in the Test Manager user interface (UI). |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectorFriendlyNameAttribute |
Defines a friendly name for the diagnostic data adapter. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectorNotifications |
Used by custom test adapters to raise events for diagnostic data adapters. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectorSettings |
Reads and updates the configuration settings and static data for a diagnostic data adapter. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataCollectorTypeUriAttribute |
Uses a URI to uniquely identify the type of a diagnostic data adapter. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
DataRequestEventArgs |
Event arguments class for DataRequest events. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
ExecutionUtilities |
Provides utility methods to help execute and debug tests. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
FileTransferInformation |
Represents information that is required to request a file transfer. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
RequestId |
Uniquely identifies a request and can be used with messages and events. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
RoleContext |
Encapsulates context information about the role in which a diagnostic data adapter is being configured. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
RunConfiguration |
Class to manage test run configuration data and objects. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SessionEndEventArgs |
Represents the event arguments for the SessionEnd event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SessionPauseEventArgs |
Represents the event arguments for the SessionPause event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SessionResumeEventArgs |
Represents the event arguments for the SessionResume event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SessionStartEventArgs |
Represents the event arguments for the SessionStart event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
StreamTransferInformation |
Represents information that is required to request a stream transfer. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestCaseEndEventArgs |
Represents the event arguments for the TestCaseEnd event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestCaseEventArgs |
Provides a base class for all event argument classes that are used in test case events. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestCaseFailedEventArgs |
Represents the arguments that are provided for a TestCaseFailed event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestCasePauseEventArgs |
Represents the event arguments for the TestCasePause event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestCaseResetEventArgs |
Represents the event arguments for the TestCaseReset event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestCaseResumeEventArgs |
Represents the event arguments for the TestCaseResume event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestCaseStartEventArgs |
Represents the event arguments for the TestCaseStart event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestExecutionSection |
Represents the configuration settings for the execution section of the app.config configuration file. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestStepEndEventArgs |
Represents the event arguments for the TestStepEnd event. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestStepEventArgs |
Base class for all test step event arguments. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
TestStepStartEventArgs |
Represents the event arguments for the TestStepStart event. |