8 references to Log
Microsoft.NET.Build.Tasks.UnitTests (8)
GivenAAllowEmptyTelemetry.cs (8)
42
engine.
Log
.Should().Contain("'Property1' = 'null'");
43
engine.
Log
.Should().Contain("'Property2' = 'null'");
65
engine.
Log
.Should().NotContain("EE2493A167D24F00996DE7C8E769EAE6");
66
engine.
Log
.Should().Contain("4ADE3D2622CA400B8B95A039DF540037");
83
engine.
Log
.Should().Contain(telemetryTask.EventName);
84
engine.
Log
.Should().NotContain("Property"); // shouldn't have any logged properties since none were supplied
104
engine.
Log
.Should().Contain("'Property1' = 'cd6f6854353f68f47c9c93217c5084bc66ea1af918ae1518a2d715a1885e1fcb'");
105
engine.
Log
.Should().Contain("'Property2' = 'hello'");