/Arepa/Arepa.Parser/Resources/Resources.Designer.cs

http://arepa.codeplex.com · C# · 270 lines · 147 code · 31 blank · 92 comment · 1 complexity · 7fbcfe02bbd11927635941ca744c540a MD5 · raw file

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.17020
  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. namespace Arepa.Parser.Resources {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Resources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Arepa.Parser.Resources.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Please ensure you have selected the XML documentation file as output in your test project! - Have you selected the right project? - The project {0} does not have XML documentation associated.
  56. /// </summary>
  57. internal static string StringErrorDocumentationFileNotFoundInProjectFile {
  58. get {
  59. return ResourceManager.GetString("StringErrorDocumentationFileNotFoundInProjectFile", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to The {0} file was not found!.
  64. /// </summary>
  65. internal static string StringErrorFileNotFound {
  66. get {
  67. return ResourceManager.GetString("StringErrorFileNotFound", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Invalid Arguments! Please enter: Arepa.exe -ProjectDir &lt;Test Project Directory&gt; -TestDir &lt;Test directory where the reports are located&gt;.
  72. /// </summary>
  73. internal static string StringErrorInvalidArguments {
  74. get {
  75. return ResourceManager.GetString("StringErrorInvalidArguments", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to You must have at least one feature in your test project to continue! - Ensure you have selected the test project before run Arepa - Are you missing the @Feature: key? - No features were found on {0}.
  80. /// </summary>
  81. internal static string StringErrorNoFeaturesFound {
  82. get {
  83. return ResourceManager.GetString("StringErrorNoFeaturesFound", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to Are you missing the @Feature: key? - The scenario {0} does not have feature associated!.
  88. /// </summary>
  89. internal static string StringErrorNoFeaturesFoundForScenario {
  90. get {
  91. return ResourceManager.GetString("StringErrorNoFeaturesFoundForScenario", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to Please ensure you have entered the right test directory name or you have run the test at least once! - No MSTest file found at {0} .
  96. /// </summary>
  97. internal static string StringErrorNoMSTestFileFound {
  98. get {
  99. return ResourceManager.GetString("StringErrorNoMSTestFileFound", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Please ensure you have entered the right project directory name - No project file found at {0}.
  104. /// </summary>
  105. internal static string StringErrorNoProjectFileFound {
  106. get {
  107. return ResourceManager.GetString("StringErrorNoProjectFileFound", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to No scenario description was found in the scenario &lt;{0}&gt; on method {1}!.
  112. /// </summary>
  113. internal static string StringErrorNoScenarioDescriptionOnMethod {
  114. get {
  115. return ResourceManager.GetString("StringErrorNoScenarioDescriptionOnMethod", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to Are you missing the @Scenario: key? - No scenarios were found in the feature &lt;{0}&gt; on class {1}!.
  120. /// </summary>
  121. internal static string StringErrorNoScenariosOnFeature {
  122. get {
  123. return ResourceManager.GetString("StringErrorNoScenariosOnFeature", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to No test results where found in the test report {0} for any scenario defined in the documentation file {1}.
  128. /// </summary>
  129. internal static string StringErrorNoTestResultsFound {
  130. get {
  131. return ResourceManager.GetString("StringErrorNoTestResultsFound", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to No title was found in the feature on class {0}!.
  136. /// </summary>
  137. internal static string StringErrorNoTitleFoundOnFeature {
  138. get {
  139. return ResourceManager.GetString("StringErrorNoTitleFoundOnFeature", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to No title was found in the scenario on method {0}!.
  144. /// </summary>
  145. internal static string StringErrorNoTitleOnScenario {
  146. get {
  147. return ResourceManager.GetString("StringErrorNoTitleOnScenario", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to No user story was found in the feature on class {0}!.
  152. /// </summary>
  153. internal static string StringErrorNoUserStoryOnFeature {
  154. get {
  155. return ResourceManager.GetString("StringErrorNoUserStoryOnFeature", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to Hummmm the report template for the scenario or the feature or the test report was not found!.
  160. /// </summary>
  161. internal static string StringErrorReportTemplateNotFound {
  162. get {
  163. return ResourceManager.GetString("StringErrorReportTemplateNotFound", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to ========== Arepa {0} finished at {1} - Total execution time {2} ==========.
  168. /// </summary>
  169. internal static string StringFinishingMessage {
  170. get {
  171. return ResourceManager.GetString("StringFinishingMessage", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Wow, no errors or suggestions were found in your test project. All good!.
  176. /// </summary>
  177. internal static string StringInformationNoErrorOrSuggestion {
  178. get {
  179. return ResourceManager.GetString("StringInformationNoErrorOrSuggestion", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to The Arepa report was successfully generated at {0}.
  184. /// </summary>
  185. internal static string StringInformationReportGeneratedSuccessfully {
  186. get {
  187. return ResourceManager.GetString("StringInformationReportGeneratedSuccessfully", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to Project description not found!.
  192. /// </summary>
  193. internal static string StringReportDefaultDescription {
  194. get {
  195. return ResourceManager.GetString("StringReportDefaultDescription", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to NO.
  200. /// </summary>
  201. internal static string StringReportNo {
  202. get {
  203. return ResourceManager.GetString("StringReportNo", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to YES.
  208. /// </summary>
  209. internal static string StringReportYes {
  210. get {
  211. return ResourceManager.GetString("StringReportYes", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to ========== Arepa {0} started at {1} ==========.
  216. /// </summary>
  217. internal static string StringStartingMessage {
  218. get {
  219. return ResourceManager.GetString("StringStartingMessage", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to ERROR: {0}.
  224. /// </summary>
  225. internal static string StringTemplateError {
  226. get {
  227. return ResourceManager.GetString("StringTemplateError", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// Looks up a localized string similar to Arepa -&gt; {0}.
  232. /// </summary>
  233. internal static string StringTemplateInformation {
  234. get {
  235. return ResourceManager.GetString("StringTemplateInformation", resourceCulture);
  236. }
  237. }
  238. }
  239. }