RunConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class to manage test run configuration data and objects.
public ref class RunConfiguration : Microsoft::VisualStudio::TestTools::Common::IVerifiable, Microsoft::VisualStudio::TestTools::Execution::IExecutionRunConfiguration
[System.Serializable]
public class RunConfiguration : Microsoft.VisualStudio.TestTools.Common.IVerifiable, Microsoft.VisualStudio.TestTools.Execution.IExecutionRunConfiguration
[<System.Serializable>]
type RunConfiguration = class
interface IExecutionRunConfiguration
interface IVerifiable
Public Class RunConfiguration
Implements IExecutionRunConfiguration, IVerifiable
- Inheritance
-
RunConfiguration
- Attributes
- Implements
Constructors
RunConfiguration(TestRun) |
Initializes a new RunConfiguration object with a new TestRun. |
Properties
TestCount |
Gets the number of ITestElement objects in this RunConfiguration. |
TestElements |
Gets all ITestElement objects in the RunConfiguration. |
TestRun |
Gets the TestRun for this RunConfiguration. |
Methods
IsValid() |
Reports whether the RunConfiguration is valid. |