1 write to _mockEngine
Microsoft.Build.Tasks.UnitTests (1)
SdkToolsPathUtility_Tests.cs (1)
30_mockEngine = new MockEngine();
22 references to _mockEngine
Microsoft.Build.Tasks.UnitTests (22)
SdkToolsPathUtility_Tests.cs (22)
34loggingTask.BuildEngine = _mockEngine; 51_mockEngine.AssertLogContains(comment); 52Assert.Equal(0, _mockEngine.Warnings); 55_mockEngine.AssertLogContains(comment); 56Assert.Equal(1, _mockEngine.Errors); 69_mockEngine.AssertLogDoesntContain(comment); 70Assert.Equal(0, _mockEngine.Warnings); 73_mockEngine.AssertLogDoesntContain(comment); 74Assert.Equal(0, _mockEngine.Errors); 92Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 112Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 127Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 145Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 160Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 175_mockEngine.AssertLogContains(comment); 178_mockEngine.AssertLogContains(comment); 179Assert.Equal(1, _mockEngine.Errors); 190_mockEngine.AssertLogContains("MSB3666"); 191Assert.Equal(1, _mockEngine.Errors); 204_mockEngine.AssertLogDoesntContain(comment); 207_mockEngine.AssertLogDoesntContain(comment); 208Assert.Equal(0, _mockEngine.Errors);