3 instantiations of TestSetup
dotnet.Tests (3)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (1)
55return new TestSetup(
CommandTests\Reference\List\GivenDotnetListReference.cs (1)
233return new TestSetup(
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (1)
55return new TestSetup(
68 references to TestSetup
dotnet.Tests (68)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (35)
53private TestSetup Setup([System.Runtime.CompilerServices.CallerMemberName] string callingMethod = nameof(Setup), string identifier = "") 56_testAssetsManager.CopyTestAsset(TestSetup.ProjectName, callingMethod + nameof(GivenDotnetAddReference), identifier: identifier + callingMethod, testAssetSubdirectory: TestSetup.TestGroup) 129var setup = Setup(identifier: projName); 143var setup = Setup(); 170var setup = Setup(); 184var setup = Setup(); 220var setup = Setup(); 238var setup = Setup(); 256var setup = Setup(); 278var setup = Setup(); 300var setup = Setup(); 322var setup = Setup(); 344var setup = Setup(); 367var setup = Setup(); 382var setup = Setup(); 402var setup = Setup(); 417var setup = Setup(); 432var setup = Setup(); 449var setup = Setup(); 464var setup = Setup(); 481var setup = Setup(); 501var setup = Setup(); 522var setup = Setup(); 540var setup = Setup(); 573var setup = Setup(); 587var setup = Setup(); 605var setup = Setup(); 623var setup = Setup(); 640var setup = Setup(); 662var setup = Setup(framework); 680var setup = Setup(useFrameworkArg.ToString()); 704var setup = Setup(); 719var setup = Setup(); 735var setup = Setup();
CommandTests\Reference\List\GivenDotnetListReference.cs (7)
83var setup = Setup(identifier: projName); 98var setup = Setup(); 126var setup = Setup(); 140var setup = Setup(); 231private TestSetup Setup([System.Runtime.CompilerServices.CallerMemberName] string callingMethod = nameof(Setup), string identifier = "") 234_testAssetsManager.CopyTestAsset(TestSetup.ProjectName, callingMethod: callingMethod, identifier: identifier, testAssetSubdirectory: TestSetup.TestGroup)
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (26)
53private TestSetup Setup([System.Runtime.CompilerServices.CallerMemberName] string callingMethod = nameof(Setup), string identifier = "") 56_testAssetsManager.CopyTestAsset(TestSetup.ProjectName, callingMethod: callingMethod + nameof(GivenDotnetRemoveReference), identifier: identifier + callingMethod, testAssetSubdirectory: TestAssetSubdirectories.NonRestoredTestProjects) 101private ProjDir GetLibRef(TestSetup setup) 106private ProjDir AddLibRef(TestSetup setup, ProjDir proj, params string[] additionalArgs) 118private ProjDir AddValidRef(TestSetup setup, ProjDir proj, params string[] frameworkArgs) 173var setup = Setup(identifier: projName.GetHashCode().ToString()); 188var setup = Setup(); 216var setup = Setup(); 230var setup = Setup(); 243var setup = Setup(); 262var setup = Setup(); 281var setup = Setup(); 301var setup = Setup(); 318var setup = Setup(); 335var setup = Setup(); 360var setup = Setup(); 385var setup = Setup(); 410var setup = Setup(); 433var setup = Setup(); 452var setup = Setup(); 471var setup = Setup(); 490var setup = Setup(); 514var setup = Setup(); 537var setup = Setup(); 554var setup = Setup(); 571var setup = Setup();