7 references to MockLoggingService
Microsoft.Build.Engine.UnitTests (7)
BackEnd\IntrinsicTask_Tests.cs (2)
3957
NodeLoggingContext nodeContext = new NodeLoggingContext(new
MockLoggingService
(), 1, false);
3992
var nodeContext = new NodeLoggingContext(new
MockLoggingService
(), 1, false);
BackEnd\LoggingContext_Tests.cs (4)
33
NodeLoggingContext context = new NodeLoggingContext(new
MockLoggingService
(_output.WriteLine), 1, true);
42
NodeLoggingContext context2 = new NodeLoggingContext(new
MockLoggingService
(_output.WriteLine), 2, false);
62
_ = new NodeLoggingContext(new
MockLoggingService
(), -2, true);
69
NodeLoggingContext context = new NodeLoggingContext(new
MockLoggingService
(_output.WriteLine), 1, true);
BackEnd\TaskExecutionHost_Tests.cs (1)
981
_loggingService = new
MockLoggingService
();