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