@@ -305,7 +305,7 @@ public void WhenNonExistingSolutionIsPassedItPrintsErrorAndUsage(string solution
305
305
public void WhenInvalidSolutionIsPassedItPrintsErrorAndUsage ( string solutionCommand )
306
306
{
307
307
var projectDirectory = _testAssetsManager
308
- . CopyTestAsset ( "InvalidSolution" , identifier : " GivenDotnetSlnRemove")
308
+ . CopyTestAsset ( "InvalidSolution" , identifier : $ " { solutionCommand } GivenDotnetSlnRemove")
309
309
. WithSource ( )
310
310
. Path ;
311
311
@@ -324,7 +324,7 @@ public void WhenInvalidSolutionIsPassedItPrintsErrorAndUsage(string solutionComm
324
324
public void WhenInvalidSolutionIsFoundRemovePrintsErrorAndUsage ( string solutionCommand )
325
325
{
326
326
var projectDirectory = _testAssetsManager
327
- . CopyTestAsset ( "InvalidSolution" )
327
+ . CopyTestAsset ( "InvalidSolution" , identifier : $ " { solutionCommand } " )
328
328
. WithSource ( )
329
329
. Path ;
330
330
@@ -344,7 +344,7 @@ public void WhenInvalidSolutionIsFoundRemovePrintsErrorAndUsage(string solutionC
344
344
public void WhenNoProjectIsPassedItPrintsErrorAndUsage ( string solutionCommand )
345
345
{
346
346
var projectDirectory = _testAssetsManager
347
- . CopyTestAsset ( "TestAppWithSlnAndCsprojFiles" , identifier : " GivenDotnetSlnRemove")
347
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojFiles" , identifier : $ " { solutionCommand } GivenDotnetSlnRemove")
348
348
. WithSource ( )
349
349
. Path ;
350
350
@@ -362,7 +362,7 @@ public void WhenNoProjectIsPassedItPrintsErrorAndUsage(string solutionCommand)
362
362
public void WhenNoSolutionExistsInTheDirectoryRemovePrintsErrorAndUsage ( string solutionCommand )
363
363
{
364
364
var projectDirectory = _testAssetsManager
365
- . CopyTestAsset ( "TestAppWithSlnAndCsprojFiles" )
365
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojFiles" , identifier : $ " { solutionCommand } " )
366
366
. WithSource ( )
367
367
. Path ;
368
368
@@ -381,7 +381,7 @@ public void WhenNoSolutionExistsInTheDirectoryRemovePrintsErrorAndUsage(string s
381
381
public void WhenMoreThanOneSolutionExistsInTheDirectoryItPrintsErrorAndUsage ( string solutionCommand )
382
382
{
383
383
var projectDirectory = _testAssetsManager
384
- . CopyTestAsset ( "TestAppWithMultipleSlnFiles" , identifier : " GivenDotnetSlnRemove")
384
+ . CopyTestAsset ( "TestAppWithMultipleSlnFiles" , identifier : $ " { solutionCommand } GivenDotnetSlnRemove")
385
385
. WithSource ( )
386
386
. Path ;
387
387
@@ -400,7 +400,7 @@ public void WhenMoreThanOneSolutionExistsInTheDirectoryItPrintsErrorAndUsage(str
400
400
public void WhenPassedAReferenceNotInSlnItPrintsStatus ( string solutionCommand )
401
401
{
402
402
var projectDirectory = _testAssetsManager
403
- . CopyTestAsset ( "TestAppWithSlnAndExistingCsprojReferences" )
403
+ . CopyTestAsset ( "TestAppWithSlnAndExistingCsprojReferences" , identifier : $ " { solutionCommand } " )
404
404
. WithSource ( )
405
405
. Path ;
406
406
@@ -421,7 +421,7 @@ public void WhenPassedAReferenceNotInSlnItPrintsStatus(string solutionCommand)
421
421
public void WhenPassedAReferenceItRemovesTheReferenceButNotOtherReferences ( string solutionCommand )
422
422
{
423
423
var projectDirectory = _testAssetsManager
424
- . CopyTestAsset ( "TestAppWithSlnAndExistingCsprojReferences" )
424
+ . CopyTestAsset ( "TestAppWithSlnAndExistingCsprojReferences" , identifier : $ " { solutionCommand } " )
425
425
. WithSource ( )
426
426
. Path ;
427
427
@@ -447,7 +447,7 @@ public void WhenPassedAReferenceItRemovesTheReferenceButNotOtherReferences(strin
447
447
public void WhenSolutionItemsExistInFolderParentFoldersAreNotRemoved ( string solutionCommand )
448
448
{
449
449
var projectDirectory = _testAssetsManager
450
- . CopyTestAsset ( "SlnFileWithSolutionItemsInNestedFolders" )
450
+ . CopyTestAsset ( "SlnFileWithSolutionItemsInNestedFolders" , identifier : $ " { solutionCommand } " )
451
451
. WithSource ( )
452
452
. Path ;
453
453
@@ -473,7 +473,7 @@ public void WhenSolutionItemsExistInFolderParentFoldersAreNotRemoved(string solu
473
473
public void WhenDuplicateReferencesArePresentItRemovesThemAll ( string solutionCommand )
474
474
{
475
475
var projectDirectory = _testAssetsManager
476
- . CopyTestAsset ( "TestAppWithSlnAndDuplicateProjectReferences" )
476
+ . CopyTestAsset ( "TestAppWithSlnAndDuplicateProjectReferences" , identifier : $ " { solutionCommand } " )
477
477
. WithSource ( )
478
478
. Path ;
479
479
@@ -502,7 +502,7 @@ public void WhenDuplicateReferencesArePresentItRemovesThemAll(string solutionCom
502
502
public void WhenPassedMultipleReferencesAndOneOfThemDoesNotExistItRemovesTheOneThatExists ( string solutionCommand )
503
503
{
504
504
var projectDirectory = _testAssetsManager
505
- . CopyTestAsset ( "TestAppWithSlnAndExistingCsprojReferences" )
505
+ . CopyTestAsset ( "TestAppWithSlnAndExistingCsprojReferences" , identifier : $ " { solutionCommand } " )
506
506
. WithSource ( )
507
507
. Path ;
508
508
@@ -533,7 +533,7 @@ public void WhenPassedMultipleReferencesAndOneOfThemDoesNotExistItRemovesTheOneT
533
533
public void WhenReferenceIsRemovedBuildConfigsAreAlsoRemoved ( string solutionCommand )
534
534
{
535
535
var projectDirectory = _testAssetsManager
536
- . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" )
536
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" , identifier : $ " { solutionCommand } " )
537
537
. WithSource ( )
538
538
. Path ;
539
539
@@ -557,7 +557,7 @@ public void WhenReferenceIsRemovedBuildConfigsAreAlsoRemoved(string solutionComm
557
557
public void WhenDirectoryContainingProjectIsGivenProjectIsRemoved ( string solutionCommand )
558
558
{
559
559
var projectDirectory = _testAssetsManager
560
- . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" )
560
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" , identifier : $ " { solutionCommand } " )
561
561
. WithSource ( )
562
562
. Path ;
563
563
@@ -580,7 +580,7 @@ public void WhenDirectoryContainingProjectIsGivenProjectIsRemoved(string solutio
580
580
public void WhenDirectoryContainsNoProjectsItCancelsWholeOperation ( string solutionCommand )
581
581
{
582
582
var projectDirectory = _testAssetsManager
583
- . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" )
583
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" , identifier : $ " { solutionCommand } " )
584
584
. WithSource ( )
585
585
. Path ;
586
586
var directoryToRemove = "Empty" ;
@@ -602,7 +602,7 @@ public void WhenDirectoryContainsNoProjectsItCancelsWholeOperation(string soluti
602
602
public void WhenDirectoryContainsMultipleProjectsItCancelsWholeOperation ( string solutionCommand )
603
603
{
604
604
var projectDirectory = _testAssetsManager
605
- . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" )
605
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" , identifier : $ " { solutionCommand } " )
606
606
. WithSource ( )
607
607
. Path ;
608
608
var directoryToRemove = "Multiple" ;
@@ -624,7 +624,7 @@ public void WhenDirectoryContainsMultipleProjectsItCancelsWholeOperation(string
624
624
public void WhenReferenceIsRemovedSlnBuilds ( string solutionCommand )
625
625
{
626
626
var projectDirectory = _testAssetsManager
627
- . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" )
627
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" , identifier : $ " { solutionCommand } " )
628
628
. WithSource ( )
629
629
. Path ;
630
630
@@ -665,7 +665,7 @@ public void WhenReferenceIsRemovedSlnBuilds(string solutionCommand)
665
665
public void WhenProjectIsRemovedSolutionHasUTF8BOM ( string solutionCommand )
666
666
{
667
667
var projectDirectory = _testAssetsManager
668
- . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" )
668
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" , identifier : $ " { solutionCommand } " )
669
669
. WithSource ( )
670
670
. Path ;
671
671
@@ -693,7 +693,7 @@ public void WhenProjectIsRemovedSolutionHasUTF8BOM(string solutionCommand)
693
693
public void WhenFinalReferenceIsRemovedEmptySectionsAreRemoved ( string solutionCommand )
694
694
{
695
695
var projectDirectory = _testAssetsManager
696
- . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" )
696
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojToRemove" , identifier : $ " { solutionCommand } " )
697
697
. WithSource ( )
698
698
. Path ;
699
699
@@ -719,7 +719,7 @@ public void WhenFinalReferenceIsRemovedEmptySectionsAreRemoved(string solutionCo
719
719
public void WhenNestedProjectIsRemovedItsSolutionFoldersAreRemoved ( string solutionCommand )
720
720
{
721
721
var projectDirectory = _testAssetsManager
722
- . CopyTestAsset ( "TestAppWithSlnAndCsprojInSubDirToRemove" )
722
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojInSubDirToRemove" , identifier : $ " { solutionCommand } " )
723
723
. WithSource ( )
724
724
. Path ;
725
725
@@ -741,7 +741,7 @@ public void WhenNestedProjectIsRemovedItsSolutionFoldersAreRemoved(string soluti
741
741
public void WhenFinalNestedProjectIsRemovedSolutionFoldersAreRemoved ( string solutionCommand )
742
742
{
743
743
var projectDirectory = _testAssetsManager
744
- . CopyTestAsset ( "TestAppWithSlnAndLastCsprojInSubDirToRemove" )
744
+ . CopyTestAsset ( "TestAppWithSlnAndLastCsprojInSubDirToRemove" , identifier : $ " { solutionCommand } " )
745
745
. WithSource ( )
746
746
. Path ;
747
747
@@ -763,7 +763,7 @@ public void WhenFinalNestedProjectIsRemovedSolutionFoldersAreRemoved(string solu
763
763
public void WhenProjectIsRemovedThenDependenciesOnProjectAreAlsoRemoved ( string solutionCommand )
764
764
{
765
765
var projectDirectory = _testAssetsManager
766
- . CopyTestAsset ( "TestAppWithSlnProjectDependencyToRemove" )
766
+ . CopyTestAsset ( "TestAppWithSlnProjectDependencyToRemove" , identifier : $ " { solutionCommand } " )
767
767
. WithSource ( )
768
768
. Path ;
769
769
@@ -785,7 +785,7 @@ public void WhenProjectIsRemovedThenDependenciesOnProjectAreAlsoRemoved(string s
785
785
public void WhenSolutionIsPassedAsProjectItPrintsSuggestionAndUsage ( string solutionCommand )
786
786
{
787
787
var projectDirectory = _testAssetsManager
788
- . CopyTestAsset ( "TestAppWithSlnAndCsprojFiles" )
788
+ . CopyTestAsset ( "TestAppWithSlnAndCsprojFiles" , identifier : $ " { solutionCommand } " )
789
789
. WithSource ( )
790
790
. Path ;
791
791
0 commit comments