Share via


TestOutcomeHelper.Localize(TestOutcome) Method

Definition

Returns the localized outcome message.

public:
 static System::String ^ Localize(Microsoft::VisualStudio::TestTools::Common::TestOutcome outcome);
public static string Localize (Microsoft.VisualStudio.TestTools.Common.TestOutcome outcome);
static member Localize : Microsoft.VisualStudio.TestTools.Common.TestOutcome -> string
Public Shared Function Localize (outcome As TestOutcome) As String

Parameters

Returns

The localized outcome message.

Applies to