Expand Minimize
This topic has not yet been rated - Rate this topic

TestRunOutcomes Enumeration

Visual Studio 2012

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)
[FlagsAttribute]
public enum TestRunOutcomes
Member nameDescription
CancelledUser Cancelled Run.
ExecuteErrorException or Cancelation received when you are running tests.
ExecuteSuccessTest run did not report any exceptions or cancelations.
ExecuteTimeoutTest run did not report any exceptions or cancelations but timedout.
NoneNo result specified
PublishErrorException reported during publishing.
PublishSuccessPublishing did not report any exceptions
TestFailureAt least one test did not pass or have a status of none.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.