9 instantiations of TestAssetsManager
dotnet.Tests (2)
CommandTests\MSBuild\GivenDotnetRunInvocation.cs (1)
33var tam = new TestAssetsManager(Log);
CommandTests\Run\RunParserTests.cs (1)
20var tam = new TestAssetsManager(output);
dotnet-watch.Tests (5)
Build\EvaluationTests.cs (1)
11private readonly TestAssetsManager _testAssets = new(output);
Build\FileSetSerializerTests.cs (1)
15private readonly TestAssetsManager _testAssetManager = new (output);
FileWatcher\FileWatcherTests.cs (1)
16private readonly TestAssetsManager _testAssetManager = new TestAssetsManager(output);
Process\LaunchSettingsProfileTest.cs (1)
18_testAssets = new TestAssetsManager(output);
TestUtilities\DotNetWatchTestBase.cs (1)
20TestAssets = new TestAssetsManager(debugLogger);
Microsoft.DotNet.PackageInstall.Tests (1)
TestToolBuilder.cs (1)
151var testAssetManager = new TestAssetsManager(log);
Microsoft.NET.TestFramework (1)
SdkTest.cs (1)
17_testAssetsManager = new TestAssetsManager(log);
24 references to TestAssetsManager
dotnet.Tests (4)
CommandTests\MSBuild\GivenDotnetRunInvocation.cs (1)
33var tam = new TestAssetsManager(Log);
CommandTests\Run\RunParserTests.cs (1)
20var tam = new TestAssetsManager(output);
GivenThatTheUserIsRunningDotNetForTheFirstTime.cs (2)
20public TestCommand Setup(ITestOutputHelper log, TestAssetsManager testAssets, [CallerMemberName] string testName = null) 55public void Init(ITestOutputHelper log, TestAssetsManager testAssets)
dotnet-watch.Tests (5)
Build\EvaluationTests.cs (1)
11private readonly TestAssetsManager _testAssets = new(output);
Build\FileSetSerializerTests.cs (1)
15private readonly TestAssetsManager _testAssetManager = new (output);
FileWatcher\FileWatcherTests.cs (1)
16private readonly TestAssetsManager _testAssetManager = new TestAssetsManager(output);
Process\LaunchSettingsProfileTest.cs (1)
13private readonly TestAssetsManager _testAssets;
TestUtilities\DotNetWatchTestBase.cs (1)
13internal TestAssetsManager TestAssets { get; }
EndToEnd.Tests (1)
Utilities\TestProjectCreator.cs (1)
29public TestAsset Create(TestAssetsManager testAssetsManager)
Microsoft.DotNet.ApiSymbolExtensions.Tests (3)
AssemblySymbolLoaderTests.cs (3)
56public TestAssetInfo GetSimpleAsset(TestAssetsManager manager) 59private TestAssetInfo InitAsset(TestAssetsManager manager) 65private TestAssetInfo GetAsset(TestAssetsManager manager)
Microsoft.DotNet.MSBuildSdkResolver.Tests (1)
GivenAnMSBuildSdkResolver.cs (1)
639public TestEnvironment(TestAssetsManager testAssets, string identifier = "", [CallerMemberName] string callingMethod = "")
Microsoft.DotNet.PackageInstall.Tests (1)
TestToolBuilder.cs (1)
151var testAssetManager = new TestAssetsManager(log);
Microsoft.NET.Build.Tests (5)
DeleteNuGetArtifactsFixture.cs (1)
20return TestAssetsManager.GetTestDestinationDirectoryPath(dependencyProject.Name, callingMethod, identifier);
GivenThatWeWantAllResourcesInSatellite.cs (1)
24TestAssetsManager testAssetsManager,
GivenThatWeWantToBuildALibrary.cs (1)
66TestAssetsManager testAssetsManager,
GivenThatWeWantToBuildALibraryWithFSharp.cs (1)
60TestAssetsManager testAssetsManager,
GivenThatWeWantToBuildALibraryWithVB.cs (1)
71TestAssetsManager testAssetsManager,
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToRunILLink.cs (1)
2167TestAssetsManager testAssetsManager,
Microsoft.NET.TestFramework (1)
SdkTest.cs (1)
8protected TestAssetsManager _testAssetsManager;
Microsoft.NET.ToolPack.Tests (2)
PackWithShimsAndResultNugetPackageNuGetPackagexFixture.cs (2)
21public TestAssetsManager TestAssetsManager { get; private set; } 22public void Init(ITestOutputHelper log, TestAssetsManager testAssetsManager)