2 references to AssertValidPackCountsMatchExpected
dotnet.Tests (2)
CommandTests\Workload\Clean\GivenDotnetWorkloadClean.cs (2)
71
AssertValidPackCountsMatchExpected
(installRoot, expectedPackCount: cleanAll ? 0 : 7, expectedPackRecordCount: cleanAll ? 0 : 8);
109
AssertValidPackCountsMatchExpected
(installRoot, expectedPackCount: 0, expectedPackRecordCount: 0);