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