1 write to _testOutput
Microsoft.Build.Tasks.UnitTests (1)
AddToWin32Manifest_Tests.cs (1)
30
public AddToWin32Manifest_Tests(ITestOutputHelper testOutput) =>
_testOutput
= testOutput;
2 references to _testOutput
Microsoft.Build.Tasks.UnitTests (2)
AddToWin32Manifest_Tests.cs (2)
42
BuildEngine = new MockEngine(
_testOutput
),
124
bool result = project.Build(new MockLogger(
_testOutput
));