9 references to 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);