4 references to TestDirectory
Microsoft.NET.TestFramework (4)
TestAsset.cs (2)
30internal TestAsset(string testDestination, string? sdkVersion, ITestOutputHelper log) : base(testDestination, sdkVersion) 36internal TestAsset(string testAssetRoot, string testDestination, string? sdkVersion, ITestOutputHelper log) : base(testDestination, sdkVersion)
TestAssetsManager.cs (1)
154return new TestDirectory(dir, TestContext.Current.SdkVersion);
TestDirectory.cs (1)
22return new TestDirectory(path, TestContext.Current.SdkVersion);