32 references to MockHost
Microsoft.Build.Engine.UnitTests (32)
BackEnd\AssemblyTaskFactory_Tests.cs (14)
248createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 279createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 310createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 343createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 376createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 411createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 444createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 475createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 510createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 539createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 572createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 605createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 639createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 662createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters,
BackEnd\BuildRequestEngine_Tests.cs (1)
282_host = new MockHost();
BackEnd\LoggingService_Tests.cs (4)
79logServiceComponent.InitializeComponent(new MockHost()); 131_initializedService.InitializeComponent(new MockHost()); 953IBuildComponentHost host = new MockHost(); 1045MockHost mockHost = new MockHost();
BackEnd\LoggingServicesLogMethod_Tests.cs (6)
836MockHost componentHost = new MockHost(); 862MockHost componentHost = new MockHost(); 901MockHost componentHost = new MockHost(); 942MockHost componentHost = new MockHost(); 1402MockHost componentHost = new MockHost(); 1809componentHost = new MockHost();
BackEnd\RequestBuilder_Tests.cs (1)
52_host = new MockHost();
BackEnd\Scheduler_Tests.cs (4)
70_host = new MockHost(); 377_host = new MockHost(); 571_host = new MockHost(); 607_host = new MockHost(overrideConfigCache, overrideResultsCache);
BackEnd\TargetUpToDateChecker_Tests.cs (1)
31_mockHost = new MockHost();
BackEnd\TaskHost_Tests.cs (1)
69_mockHost = new MockHost();