5 references to LogErrorEvents
Microsoft.DotNet.SignTool.Tests (5)
FakeBuildEngine.cs (1)
102
LogErrorEvents
.Add(e);
SignToolTests.cs (4)
378
engine.
LogErrorEvents
.Select(w => w.Message).Should().BeEquivalentTo(expectedErrors ?? Array.Empty<string>());
1432
fakeBuildEngine.
LogErrorEvents
.ForEach(a => a.Message.Should().EndWithEquivalent(" does not exist." ));
2380
fakeBuildEngine.
LogErrorEvents
.Should().Contain(e => e.Message.Contains("WixToolsPath must be defined to run WiX tooling"));
2396
fakeBuildEngine.
LogErrorEvents
.Should().Contain(e => e.Message.Contains($"WixToolsPath '{totalWixToolDir}' not found."));