src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (25)
18public static async Task VerifyEventLogEventAsync(IISDeploymentResult deploymentResult, string expectedRegexMatchString, ILogger logger, bool allowMultiple = false)
37public static async Task VerifyEventLogEvents(IISDeploymentResult deploymentResult, params string[] expectedRegexMatchString)
62private static async Task<EventLogEntry[]> AssertEntryAsync(string regexString, IISDeploymentResult deploymentResult, bool allowMultiple = false)
96internal static IEnumerable<EventLogEntry> GetEntries(IISDeploymentResult deploymentResult)
131private static string AncmVersionToMatch(IISDeploymentResult deploymentResult)
138public static string Started(IISDeploymentResult deploymentResult)
150public static string InProcessStarted(IISDeploymentResult deploymentResult)
162public static string OutOfProcessStarted(IISDeploymentResult deploymentResult)
167public static string InProcessFailedToStart(IISDeploymentResult deploymentResult, string reason)
179public static string ShutdownMessage(IISDeploymentResult deploymentResult)
191public static string ShutdownFileChange(IISDeploymentResult deploymentResult)
196public static string InProcessFailedToStop(IISDeploymentResult deploymentResult, string reason)
201public static string InProcessThreadException(IISDeploymentResult deploymentResult, string reason)
206public static string InProcessThreadExit(IISDeploymentResult deploymentResult, string code)
217public static string InProcessThreadExitStdOut(IISDeploymentResult deploymentResult, string code, string output)
229public static string FailedToStartApplication(IISDeploymentResult deploymentResult, string code)
234public static string ConfigurationLoadError(IISDeploymentResult deploymentResult, string reason)
246public static string OutOfProcessFailedToStart(IISDeploymentResult deploymentResult, string output)
262public static string InProcessHostfxrInvalid(IISDeploymentResult deploymentResult)
267public static string InProcessHostfxrUnableToLoad(IISDeploymentResult deploymentResult)
272public static string InProcessFailedToFindNativeDependencies(IISDeploymentResult deploymentResult)
291public static string InProcessFailedToFindRequestHandler(IISDeploymentResult deploymentResult)
304public static string CouldNotStartStdoutFileRedirection(string file, IISDeploymentResult deploymentResult)
322public static string UnableToStart(IISDeploymentResult deploymentResult, string subError)
346private static string EscapedContentRoot(IISDeploymentResult deploymentResult)