This documentation is archived and is not being maintained.
TestRunOutcomes Enumeration
Visual Studio 2013
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
| Member name | Description | |
|---|---|---|
| Cancelled | User Cancelled Run. | |
| ExecuteError | Exception or Cancelation received when you are running tests. | |
| ExecuteSuccess | Test run did not report any exceptions or cancelations. | |
| ExecuteTimeout | Test run did not report any exceptions or cancelations but timedout. | |
| None | No result specified | |
| PublishError | Exception reported during publishing. | |
| PublishSuccess | Publishing did not report any exceptions | |
| TestFailure | At least one test did not pass or have a status of none. |
Show: