1 write to RestoreCallCount
Aspire.Cli.Tests (1)
TestServices\FakeNuGetClient.cs (1)
51
RestoreCallCount
++;
8 references to RestoreCallCount
Aspire.Cli.Tests (8)
NuGet\BundleNuGetServiceTests.cs (7)
50
Assert.Equal(1, nuGetClient.
RestoreCallCount
);
187
Assert.Equal(0, nuGetClient.
RestoreCallCount
);
211
Assert.Equal(1, nuGetClient.
RestoreCallCount
);
235
Assert.Equal(1, nuGetClient.
RestoreCallCount
);
244
Assert.Equal(2, nuGetClient.
RestoreCallCount
);
273
Assert.Equal(1, nuGetClient.
RestoreCallCount
);
311
Assert.Equal(1, nuGetClient.
RestoreCallCount
);
Projects\PrebuiltAppHostServerTests.cs (1)
1427
Assert.Equal(1, nuGetClient.
RestoreCallCount
);