Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestRunConfiguration Class

 

No content here will be updated; please do not add material here.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::TestRunConfiguration

[SerializableAttribute]
public ref class TestRunConfiguration : ICloneable, IVerifiable, 
	IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom

NameDescription
System_CAPS_protmethodTestRunConfiguration(SerializationInfo^, StreamingContext)

Initializes a new instance of the TestRunConfiguration class from XML by using the provided information and context.

System_CAPS_pubmethodTestRunConfiguration(String^, String^)

Initializes a new instance of the TestRunConfiguration class by using the name and storage information of the test run configuration.

NameDescription
System_CAPS_pubpropertyAbortRunOnError

Gets or sets a Boolean value that indicates whether to stop the test run if an error occurs.

System_CAPS_pubpropertyAgentNotRespondingTimeout

Gets or sets the time limit for nonresponding test agents.

System_CAPS_pubpropertyAgentProperties

Gets a hash table that consists of keys and values that represent the properties of the specified agent.

System_CAPS_pubpropertyApartmentState

Gets the apartment state that is currently set for this run configuration.

System_CAPS_pubpropertyBucketSize

Gets or sets the bucket size for the run configuration.

System_CAPS_pubpropertyCleanupCommand

Gets or sets the command to clean up the run configuration.

System_CAPS_pubpropertyDefaultUserDeploymentRootDirectory

Gets or sets the default deployment root directory for the test runner.

System_CAPS_pubpropertyDeploymentItems

Gets or sets the items to be deployed with a test run.

System_CAPS_pubpropertyDeploymentRootDirectory

Gets or sets the general deployment root directory.

System_CAPS_pubpropertyDeploymentTimeout

Gets or sets the time limit for deployment.

System_CAPS_pubpropertyDescription

Gets or sets the description of the test run.

System_CAPS_pubpropertyElementName

Gets the run configuration that is saved in the test settings format, under the element "TestSettings".

System_CAPS_pubpropertyHostData

Gets or sets the test run configuration data on the active host.

System_CAPS_pubpropertyHostProcessPlatform

Gets or sets the processor architecture of the host system.

System_CAPS_pubpropertyId

Gets the ID of the run configuration.

System_CAPS_pubpropertyIsCodeCoverageEnabled

Gets or sets a Boolean value that indicates whether code coverage collection is enabled for this test run.

System_CAPS_pubpropertyIsDeploymentEnabled

Gets a Boolean value that indicates whether deployment is enabled. Set accessor is set to internal.

System_CAPS_pubpropertyIsExecutedOutOfProc

Gets a Boolean value that indicates whether the test is executed in a separate process. Set accessor is set to internal.

System_CAPS_pubpropertyIsExecutedRemotely

Gets or sets a Boolean value that indicates whether the test run must be executed remotely.

System_CAPS_pubpropertyIsExecutedUnderDebugger

Gets or sets a Boolean value that indicates whether the test run was executed with the debugger.

System_CAPS_pubpropertyIsRemoteDataCollectionEnabled

Gets a Boolean value that indicates whether any data collectors are enabled.

System_CAPS_pubpropertyName

Gets or sets the name of the run configuration.

System_CAPS_pubpropertyNamespaceUri

Gets the uniform resource identifier (URI) of the current namespace.

System_CAPS_pubpropertyRelativePathRootDirectory

Gets or sets the directory that is used when relative file paths occur.

System_CAPS_pubpropertyRunDeploymentInDirectory

Gets the directory that receives deployed files from the test controller.

System_CAPS_pubpropertyRunDeploymentOutDirectory

Gets the directory that contains files to deploy to the test controller.

System_CAPS_pubpropertyRunTimeout

Gets or sets the time limit for the test run.

System_CAPS_pubpropertySetupCommand

Gets or sets the setup command for the test run.

System_CAPS_pubpropertySkipUnhostableTests

Gets or sets a Boolean value that indicates whether the tests that have no host must be skipped.

System_CAPS_pubpropertyStorage

Gets or sets the file name where the run configuration is stored.

System_CAPS_pubpropertyTestSettingsProperties

System_CAPS_pubpropertyTestSettingsUIType

System_CAPS_pubpropertyTestTimeout

Gets or sets the time limit for testing.

System_CAPS_pubpropertyUploadDeploymentItems

System_CAPS_pubpropertyUseDefaultDeploymentRootDirectory

Gets or sets a Boolean value that indicates whether to use the default deployment root directory.

System_CAPS_pubpropertyUserDeploymentRootDirectory

Gets or sets the deployment root directory that will be used when UseDefaultDeploymentRootDirectory is false.

System_CAPS_pubpropertyVisibleProperties

Gets the description of a property.

NameDescription
System_CAPS_pubmethodClone()

Returns a clone whose data is the same as this object.

System_CAPS_pubmethodEquals(Object^)

Determines whether the provided TestRunConfiguration object is equal to the current object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code of the ID of the run configuration. (Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populates a SerializationInfo with the data required to serialize the target object.

System_CAPS_pubmethodGetTestElementTimeout(ITestElement^)

Returns the time-out that is specified for the given test.

System_CAPS_pubmethodGetTestTypeSpecificData(TestType^)

Returns test type−specific run configuration extension data (clone) for the specified test type.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsValid()

Returns a Boolean value that indicates whether the run configuration is valid.

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads an instance of this class from the provided XML element by using the provided parameters.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object in the provided XML element by using the provided parameters.

System_CAPS_pubmethodSetTestEnvironment(String^, String^)

Sets the test environment to use in a test run by using these test settings and the controller that hosts the test environment.

System_CAPS_pubmethodSetTestTypeSpecificData(TestType^, ITestTypeSpecificRunConfigurationData^)

Sets type-specific run configuration extension data for the specified test type.

System_CAPS_pubmethodToString()

Returns a string representation of the run configuration.(Overrides Object::ToString().)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefaultDeploymentRootDirectory

Provides a default directory for local deployment.

System_CAPS_pubfieldSystem_CAPS_staticDefaultRelativePathRoot

Provides the default root path for relative deployment items.

No content here will be updated; please do not add material here.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: