Skip to content

Latest commit

 

History

History
80 lines (74 loc) · 5.74 KB

IndexExtended.md

File metadata and controls

80 lines (74 loc) · 5.74 KB
[References](Index.md)

References extended

  • AtcXUnitAssemblyTypeInitializer
  • CodeComplianceDocumentationHelper
    • Static Methods
      • AssertExportedTypeWithMissingComments(Type type)
      • AssertExportedTypesWithMissingComments(Assembly assembly, List<Type> excludeTypes = null)
  • CodeComplianceHelper
    • Static Methods
      • AssertExportedTypesWithWrongDefinitions(Assembly assembly, List<Type> excludeTypes = null, bool useFullName = False)
      • AssertExportedTypesWithWrongDefinitions(Type type, bool useFullName = False)
      • AssertLocalizationResources(Assembly assembly, IList<string> cultureNames, IList<string> allowSuffixTermsForKeySuffixWithPlaceholders = null)
      • AssertLocalizationResourcesForInvalidKeysSuffixWithPlaceholders(Assembly assembly, IList<string> cultureNames, IList<string> allowSuffixTermsForKeySuffixWithPlaceholders = null)
      • AssertLocalizationResourcesForMissingTranslations(Assembly assembly, IList<string> cultureNames)
  • CodeComplianceTestHelper
    • Static Methods
      • AssertExportedMethodsWithMissingTests(DecompilerType decompilerType, Assembly sourceAssembly, Assembly testAssembly, List<Type> excludeSourceTypes = null, bool useFullName = False)
      • AssertExportedMethodsWithMissingTests(DecompilerType decompilerType, Type sourceType, Assembly testAssembly, bool useFullName = False)
      • AssertExportedMethodsWithMissingTests(DecompilerType decompilerType, Type sourceType, Type testType, bool useFullName = False)
      • CollectExportedMethodsWithMissingTestsAndGenerateText(DecompilerType decompilerType, Assembly sourceAssembly, Assembly testAssembly, List<Type> excludeSourceTypes = null, bool useFullName = False)
      • CollectExportedMethodsWithMissingTestsAndGenerateTextLines(DecompilerType decompilerType, Assembly sourceAssembly, Assembly testAssembly, List<Type> excludeSourceTypes = null, bool useFullName = False)
      • CollectExportedMethodsWithMissingTestsFromAssembly(DecompilerType decompilerType, Assembly sourceAssembly, Assembly testAssembly, List<Type> excludeSourceTypes = null)
      • CollectExportedMethodsWithMissingTestsToExcel(DecompilerType decompilerType, Assembly sourceAssembly, Assembly testAssembly, List<Type> excludeSourceTypes = null)
      • CollectExportedMethodsWithMissingTestsToExcel(DecompilerType decompilerType, DirectoryInfo reportDirectory, Assembly sourceAssembly, Assembly testAssembly, List<Type> excludeSourceTypes = null)
      • CollectExportedTypesWithMissingTests(DecompilerType decompilerType, Assembly sourceAssembly, Assembly testAssembly, List<Type> excludeSourceTypes = null)
      • CollectExportedTypesWithMissingTestsAndGenerateText(DecompilerType decompilerType, Assembly sourceAssembly, Assembly testAssembly, List<Type> excludeSourceTypes = null, bool useFullName = False)
  • DecompilerType
  • IntegrationTestCliBase
    • Static Methods
      • GetAppSettingsFileForCli(Type programTypeForCliExe, DirectoryInfo searchFromPath)
      • GetAppSettingsFileForCli(Type programTypeForCliExe, string pathFolderNameFilter)
      • GetAppSettingsFileForCli(Type programTypeForCliExe, string searchFromSubFolderName, string pathFolderNameFilter)
      • GetExecutableFileForCli(Type programTypeForCliExe, DirectoryInfo searchFromPath, string pathFolderNameFilter)
      • GetExecutableFileForCli(Type programTypeForCliExe, string pathFolderNameFilter)
      • GetExecutableFileForCli(Type programTypeForCliExe, string searchFromSubFolderName, string pathFolderNameFilter)
  • SerializeAndDeserializeHelper
    • Static Methods
      • Assert(object obj)
  • TestResult
    • Properties
      • IndentLevel
      • IsError
      • SubLines
      • Text
    • Methods
      • ToString()
  • TestResultHelper
    • Static Methods
      • AssertOnTestResults(IReadOnlyCollection<TestResult> testResults)
      • AssertOnTestResultsFromMethodsWithMissingTests(string assemblyName, MethodInfo[] methodsWithMissingTests, bool useFullName = False)
      • AssertOnTestResultsFromMethodsWithWrongDefinitions(string assemblyName, IDictionary<MethodInfo, string> methodsWithWrongNaming, bool useFullName = False)
      • AssertOnTestResultsFromMissingTranslationsAndInvalidKeysSuffixWithPlaceholders(string assemblyName, IDictionary<string, Dictionary<string, List<string>>> missingTranslations, IDictionary<string, Dictionary<string, List<string>>> invalidKeysSuffixWithPlaceholders)
      • ToExcelTestResultsFromMethodsWithMissingTests(DirectoryInfo reportDirectory, string assemblyName, MethodInfo[] methodsWithMissingTests)
  • Traits
    • Static Fields
      • string Category
  • XUnitLogger
    • Static Methods
      • Create(ITestOutputHelper testOutputHelper)
      • Create(ITestOutputHelper testOutputHelper)
    • Methods
      • BeginScope(TState state)
      • IsEnabled(LogLevel logLevel)
      • Log(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
  • XUnitLoggerProvider
    • Methods
      • CreateLogger(string categoryName)
      • Dispose()
  • XUnitLogger<T>

Generated by MarkdownCodeDoc version 1.2