6 references to
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
331: base(log)
Microsoft.NET.TestFramework (5)
Commands\DotnetCommand.cs (1)
8public DotnetCommand(ITestOutputHelper log, params string[] args) : base(log)
Commands\MSBuildCommand.cs (1)
24: base(log)
Commands\MSBuildVersionCommand.cs (1)
8public MSBuildVersionCommand(ITestOutputHelper log) : base(log) { }
Commands\NuGetExeRestoreCommand.cs (1)
19public NuGetExeRestoreCommand(ITestOutputHelper log, string projectRootPath, string? relativePathToProject = null) : base(log)
Commands\RunExeCommand.cs (1)
10public RunExeCommand(ITestOutputHelper log, string commandPath, params string[] args) : base(log)