|
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.Resources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.Resources.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The active test discovery was aborted..
/// </summary>
public static string AbortedTestDiscovery {
get {
return ResourceManager.GetString("AbortedTestDiscovery", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The active test discovery was aborted. Reason: {0}.
/// </summary>
public static string AbortedTestDiscoveryWithReason {
get {
return ResourceManager.GetString("AbortedTestDiscoveryWithReason", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The active test run was aborted. Reason: {0}.
/// </summary>
public static string AbortedTestRun {
get {
return ResourceManager.GetString("AbortedTestRun", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot attach the debugger to the default test host..
/// </summary>
public static string AttachDebuggerToDefaultTestHostFailure {
get {
return ResourceManager.GetString("AttachDebuggerToDefaultTestHostFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An existing connection was forcibly closed by the remote host..
/// </summary>
public static string ConnectionClosed {
get {
return ResourceManager.GetString("ConnectionClosed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} process failed to connect to {1} process after {2} seconds. This may occur due to machine slowness, please set environment variable {3} to increase timeout..
/// </summary>
public static string ConnectionTimeoutErrorMessage {
get {
return ResourceManager.GetString("ConnectionTimeoutErrorMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} process failed to connect to {1} process after {2} seconds. The process failed to start, this might happen because of antivirus preventing it from starting..
/// </summary>
public static string ConnectionTimeoutProcessDidNotStartErrorMessage {
get {
return ResourceManager.GetString("ConnectionTimeoutProcessDidNotStartErrorMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} process failed to connect to {1} process after {2} seconds. The process {3} - {4}, exited with exitCode {5}, and error output: \n{6}.
/// </summary>
public static string ConnectionTimeoutProcessExitedErrorMessage {
get {
return ResourceManager.GetString("ConnectionTimeoutProcessExitedErrorMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} process failed to connect to {1} process after {2} seconds. When the timeout happened, the process {3} -{4} was still running. This most often happens because of machine slowness, please set environment variable {5} to increase timeout..
/// </summary>
public static string ConnectionTimeoutWithDetailsErrorMessage {
get {
return ResourceManager.GetString("ConnectionTimeoutWithDetailsErrorMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Test host process crashed.
/// </summary>
public static string TestHostProcessCrashed {
get {
return ResourceManager.GetString("TestHostProcessCrashed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to communicate with test host process..
/// </summary>
public static string UnableToCommunicateToTestHost {
get {
return ResourceManager.GetString("UnableToCommunicateToTestHost", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected message received. Expected MessageType : {0} Actual MessageType: {1}.
/// </summary>
public static string UnexpectedMessage {
get {
return ResourceManager.GetString("UnexpectedMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Protocol version check failed. Make sure test runner and host are compatible..
/// </summary>
public static string VersionCheckFailed {
get {
return ResourceManager.GetString("VersionCheckFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to negotiate protocol, waiting for response timed out after {0} seconds. This may occur due to machine slowness, please set environment variable {1} to increase timeout..
/// </summary>
public static string VersionCheckTimedout {
get {
return ResourceManager.GetString("VersionCheckTimedout", resourceCulture);
}
}
}
}
|