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)
33
loggingTask.BuildEngine =
_mockEngine
;
50
_mockEngine
.AssertLogContains(comment);
51
Assert.Equal(0,
_mockEngine
.Warnings);
54
_mockEngine
.AssertLogContains(comment);
55
Assert.Equal(1,
_mockEngine
.Errors);
68
_mockEngine
.AssertLogDoesntContain(comment);
69
Assert.Equal(0,
_mockEngine
.Warnings);
72
_mockEngine
.AssertLogDoesntContain(comment);
73
Assert.Equal(0,
_mockEngine
.Errors);
91
Assert.True(String.IsNullOrEmpty(
_mockEngine
.Log));
111
Assert.True(String.IsNullOrEmpty(
_mockEngine
.Log));
126
Assert.True(String.IsNullOrEmpty(
_mockEngine
.Log));
144
Assert.True(String.IsNullOrEmpty(
_mockEngine
.Log));
159
Assert.True(String.IsNullOrEmpty(
_mockEngine
.Log));
174
_mockEngine
.AssertLogContains(comment);
177
_mockEngine
.AssertLogContains(comment);
178
Assert.Equal(1,
_mockEngine
.Errors);
189
_mockEngine
.AssertLogContains("MSB3666");
190
Assert.Equal(1,
_mockEngine
.Errors);
203
_mockEngine
.AssertLogDoesntContain(comment);
206
_mockEngine
.AssertLogDoesntContain(comment);
207
Assert.Equal(0,
_mockEngine
.Errors);