|
//------------------------------------------------------------------------------
// <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.TestPlatform.AdapterUtilities.Resources {
using System;
using System.Reflection;
/// <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", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal 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)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.TestPlatform.AdapterUtilities.Resources.Resources", typeof(Resources).GetTypeInfo().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)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cannot append to a TestIdProvider, after GetId or GetHash method is called..
/// </summary>
internal static string ErrorCannotAppendAfterHashCalculation {
get {
return ResourceManager.GetString("ErrorCannotAppendAfterHashCalculation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ManagedName is incomplete.
/// </summary>
internal static string ErrorIncompleteManagedName {
get {
return ResourceManager.GetString("ErrorIncompleteManagedName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid escape sequence! (segment: {0}, pos: {1}).
/// </summary>
internal static string ErrorInvalidSequenceAt {
get {
return ResourceManager.GetString("ErrorInvalidSequenceAt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Method arity must be numeric..
/// </summary>
internal static string ErrorMethodArityMustBeNumeric {
get {
return ResourceManager.GetString("ErrorMethodArityMustBeNumeric", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Argument must be a method. (Argument name: {0}).
/// </summary>
internal static string ErrorMethodExpectedAsAnArgument {
get {
return ResourceManager.GetString("ErrorMethodExpectedAsAnArgument", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Method '{0}' not found on type '{1}'.
/// </summary>
internal static string ErrorMethodNotFound {
get {
return ResourceManager.GetString("ErrorMethodNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A closing single quote was expected at the end of the segment! (segment: {0}).
/// </summary>
internal static string ErrorNoClosingQuote {
get {
return ResourceManager.GetString("ErrorNoClosingQuote", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Type '{0}' not found.
/// </summary>
internal static string ErrorTypeNotFound {
get {
return ResourceManager.GetString("ErrorTypeNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected characters after the end of the ManagedName (pos: {0}).
/// </summary>
internal static string ErrorUnexpectedCharactersAtEnd {
get {
return ResourceManager.GetString("ErrorUnexpectedCharactersAtEnd", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Whitespace is not valid in a ManagedName (pos: {0}).
/// </summary>
internal static string ErrorWhitespaceNotValid {
get {
return ResourceManager.GetString("ErrorWhitespaceNotValid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}.{1}' is not implemented on this platform!.
/// </summary>
internal static string MethodNotImplementedOnPlatform {
get {
return ResourceManager.GetString("MethodNotImplementedOnPlatform", resourceCulture);
}
}
}
}
|