< Summary

Class:Microsoft.Azure.Batch.FileStaging.ErrorMessages
Assembly:Microsoft.Azure.Batch.FileStaging
File(s):C:\Git\azure-sdk-for-net\sdk\batch\Microsoft.Azure.Batch.FileStaging\src\ErrorMessages.Designer.cs
Covered lines:0
Uncovered lines:13
Coverable lines:13
Total lines:100
Line coverage:0% (0 of 13)
Covered branches:0
Total branches:2
Branch coverage:0% (0 of 2)

Metrics

MethodCyclomatic complexity Line coverage Branch coverage
.ctor()-0%100%
get_ResourceManager()-0%0%
get_Culture()-0%100%
set_Culture(...)-0%100%
get_FileStagingIncorrectArtifact()-0%100%
get_FileStagingLocalFileNotFound()-0%100%
get_FileStagingOnlyASingleStorageAccount()-0%100%
get_FileStagingPropertyCanBeSetOnlyOnce()-0%100%

File(s)

C:\Git\azure-sdk-for-net\sdk\batch\Microsoft.Azure.Batch.FileStaging\src\ErrorMessages.Designer.cs

#LineLine coverage
 1//------------------------------------------------------------------------------
 2// <auto-generated>
 3//     This code was generated by a tool.
 4//     Runtime Version:4.0.30319.42000
 5//
 6//     Changes to this file may cause incorrect behavior and will be lost if
 7//     the code is regenerated.
 8// </auto-generated>
 9//------------------------------------------------------------------------------
 10
 11namespace Microsoft.Azure.Batch.FileStaging {
 12    using System;
 13    using System.Reflection;
 14
 15
 16    /// <summary>
 17    ///   A strongly-typed resource class, for looking up localized strings, etc.
 18    /// </summary>
 19    // This class was auto-generated by the StronglyTypedResourceBuilder
 20    // class via a tool like ResGen or Visual Studio.
 21    // To add or remove a member, edit your .ResX file then rerun ResGen
 22    // with the /str option, or rebuild your VS project.
 23    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.
 24    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 25    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
 26    internal class ErrorMessages {
 27
 28        private static global::System.Resources.ResourceManager resourceMan;
 29
 30        private static global::System.Globalization.CultureInfo resourceCulture;
 31
 32        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalled
 033        internal ErrorMessages() {
 034        }
 35
 36        /// <summary>
 37        ///   Returns the cached ResourceManager instance used by this class.
 38        /// </summary>
 39        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan
 40        internal static global::System.Resources.ResourceManager ResourceManager {
 41            get {
 042                if (object.ReferenceEquals(resourceMan, null)) {
 043                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Micros
 044                    resourceMan = temp;
 45                }
 046                return resourceMan;
 47            }
 48        }
 49
 50        /// <summary>
 51        ///   Overrides the current thread's CurrentUICulture property for all
 52        ///   resource lookups using this strongly typed resource class.
 53        /// </summary>
 54        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan
 55        internal static global::System.Globalization.CultureInfo Culture {
 56            get {
 057                return resourceCulture;
 58            }
 59            set {
 060                resourceCulture = value;
 061            }
 62        }
 63
 64        /// <summary>
 65        ///   Looks up a localized string similar to An incorrect artifact implementation class was provided..
 66        /// </summary>
 67        internal static string FileStagingIncorrectArtifact {
 68            get {
 069                return ResourceManager.GetString("FileStagingIncorrectArtifact", resourceCulture);
 70            }
 71        }
 72
 73        /// <summary>
 74        ///   Looks up a localized string similar to The following local file cannot be staged because it cannot be foun
 75        /// </summary>
 76        internal static string FileStagingLocalFileNotFound {
 77            get {
 078                return ResourceManager.GetString("FileStagingLocalFileNotFound", resourceCulture);
 79            }
 80        }
 81
 82        /// <summary>
 83        ///   Looks up a localized string similar to All files destined for the default blob container must use the same
 84        /// </summary>
 85        internal static string FileStagingOnlyASingleStorageAccount {
 86            get {
 087                return ResourceManager.GetString("FileStagingOnlyASingleStorageAccount", resourceCulture);
 88            }
 89        }
 90
 91        /// <summary>
 92        ///   Looks up a localized string similar to The following property has been set once and cannot be set again: {
 93        /// </summary>
 94        internal static string FileStagingPropertyCanBeSetOnlyOnce {
 95            get {
 096                return ResourceManager.GetString("FileStagingPropertyCanBeSetOnlyOnce", resourceCulture);
 97            }
 98        }
 99    }
 100}