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)
283_host = new MockHost();
BackEnd\LoggingService_Tests.cs (4)
80logServiceComponent.InitializeComponent(new MockHost()); 132_initializedService.InitializeComponent(new MockHost()); 954IBuildComponentHost host = new MockHost(); 1046MockHost mockHost = new MockHost();
BackEnd\LoggingServicesLogMethod_Tests.cs (6)
837MockHost componentHost = new MockHost(); 863MockHost componentHost = new MockHost(); 902MockHost componentHost = new MockHost(); 943MockHost componentHost = new MockHost(); 1403MockHost componentHost = new MockHost(); 1810componentHost = new MockHost();
BackEnd\RequestBuilder_Tests.cs (1)
52_host = new MockHost();
BackEnd\Scheduler_Tests.cs (4)
71_host = new MockHost(); 378_host = new MockHost(); 572_host = new MockHost(); 608_host = new MockHost(overrideConfigCache, overrideResultsCache);
BackEnd\TargetUpToDateChecker_Tests.cs (1)
32_mockHost = new MockHost();
BackEnd\TaskHost_Tests.cs (1)
69_mockHost = new MockHost();