TestAssemblySpec Properties

Include Protected Members
Include Inherited Members

The TestAssemblySpec type exposes the following members.

Properties

  Name Description
Public property AssemblyFileSpec Gets or sets the path to the assembly file.
Public property CategoryFilter Gets or sets the category filter. (Inherited from TestSpec.)
Public property FailBuildOnFailure Gets or sets a flag indicating whether to fail the entire build if this test fails. (Inherited from TestSpec.)
Public property HasCategoryFilter Gets a flag indicating whether the CategoryFilter property is set. (Inherited from TestSpec.)
Public property HasMaximumPriority Gets a flag indicating whether the MaximumPriority property is set. (Inherited from TestSpec.)
Public property HasMinimumPriority Gets a flag indicating whether the MinimumPriority property is set. (Inherited from TestSpec.)
Public property HasMSTestCommandLineArgs Gets a flag indicating whether the MSTestCommandLineArgs property is set. (Inherited from TestSpec.)
Public property HasTestSettingsFile Gets a flag indicating whether the TestSettingsFileName property is set.
Public property MaximumPriority Gets or sets the maximum priority to run this test for. (Inherited from TestSpec.)
Public property MinimumPriority Gets or sets the minimum priority to run this test for. (Inherited from TestSpec.)
Public property MSTestCommandLineArgs Gets or sets a string of command line arguments for this test. (Inherited from TestSpec.)
Public property TestSettingsFileName Gets or sets the test settings file name.

Top

See Also

Reference

TestAssemblySpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace