32 references to MockHost
Microsoft.Build.Engine.UnitTests (32)
BackEnd\AssemblyTaskFactory_Tests.cs (14)
249createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 282createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 315createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 350createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 385createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 422createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 457createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 490createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 527createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 558createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 593createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 628createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters, 664createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, 689createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), taskParameters,
BackEnd\BuildRequestEngine_Tests.cs (1)
276_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)
75_host = new MockHost(); 382_host = new MockHost(); 576_host = new MockHost(); 612_host = new MockHost(overrideConfigCache, overrideResultsCache);
BackEnd\TargetUpToDateChecker_Tests.cs (1)
31_mockHost = new MockHost();
BackEnd\TaskHost_Tests.cs (1)
69_mockHost = new MockHost();