5 types derived from MockLoggingService
Microsoft.Build.Engine.UnitTests (5)
BackEnd\MockHost.cs (1)
22
internal sealed class MockHost :
MockLoggingService
, IBuildComponentHost, IBuildComponent
BackEnd\TargetBuilder_Tests.cs (1)
1724
private sealed class MockHost :
MockLoggingService
, IBuildComponentHost, IBuildComponent
BackEnd\TargetEntry_Tests.cs (1)
1094
private sealed class MockHost :
MockLoggingService
, IBuildComponentHost, IBuildComponent
BackEnd\TaskBuilder_Tests.cs (1)
1110
private sealed class MockHost :
MockLoggingService
, IBuildComponentHost, IBuildComponent
Telemetry\Telemetry_Tests.cs (1)
527
private sealed class EventRecordingLoggingService :
MockLoggingService
, ILoggingService
7 instantiations of MockLoggingService
Microsoft.Build.Engine.UnitTests (7)
BackEnd\IntrinsicTask_Tests.cs (2)
3961
NodeLoggingContext nodeContext = new NodeLoggingContext(new
MockLoggingService
(), 1, false);
3996
var nodeContext = new NodeLoggingContext(new
MockLoggingService
(), 1, false);
BackEnd\LoggingContext_Tests.cs (4)
31
NodeLoggingContext context = new NodeLoggingContext(new
MockLoggingService
(_output.WriteLine), 1, true);
40
NodeLoggingContext context2 = new NodeLoggingContext(new
MockLoggingService
(_output.WriteLine), 2, false);
60
_ = new NodeLoggingContext(new
MockLoggingService
(), -2, true);
67
NodeLoggingContext context = new NodeLoggingContext(new
MockLoggingService
(_output.WriteLine), 1, true);
BackEnd\TaskExecutionHost_Tests.cs (1)
981
_loggingService = new
MockLoggingService
();