TestRunMessageLevel Enumeration
This enum should mirror the TestMessageLevel enum that is in the Microsoft.VisualStudio.TestPlatform.ObjectModel.dll assembly. We do not want to have to have the end user take an extra dependency on that assembly. Therefore, we translate the enum.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Enumeration TestRunMessageLevel
public enum TestRunMessageLevel
public enum class TestRunMessageLevel
type TestRunMessageLevel
public enum TestRunMessageLevel
Members
Member name | Description | |
---|---|---|
Error | ||
Informational | ||
Warning |
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace