1 write to _mockEngine
Microsoft.Build.Tasks.UnitTests (1)
SdkToolsPathUtility_Tests.cs (1)
29_mockEngine = new MockEngine();
22 references to _mockEngine
Microsoft.Build.Tasks.UnitTests (22)
SdkToolsPathUtility_Tests.cs (22)
33loggingTask.BuildEngine = _mockEngine; 50_mockEngine.AssertLogContains(comment); 51Assert.Equal(0, _mockEngine.Warnings); 54_mockEngine.AssertLogContains(comment); 55Assert.Equal(1, _mockEngine.Errors); 68_mockEngine.AssertLogDoesntContain(comment); 69Assert.Equal(0, _mockEngine.Warnings); 72_mockEngine.AssertLogDoesntContain(comment); 73Assert.Equal(0, _mockEngine.Errors); 91Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 111Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 126Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 144Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 159Assert.True(String.IsNullOrEmpty(_mockEngine.Log)); 174_mockEngine.AssertLogContains(comment); 177_mockEngine.AssertLogContains(comment); 178Assert.Equal(1, _mockEngine.Errors); 189_mockEngine.AssertLogContains("MSB3666"); 190Assert.Equal(1, _mockEngine.Errors); 203_mockEngine.AssertLogDoesntContain(comment); 206_mockEngine.AssertLogDoesntContain(comment); 207Assert.Equal(0, _mockEngine.Errors);