1 write to SetParametersCallCount
Microsoft.AspNetCore.Components.Tests (1)
RenderTreeDiffBuilderTest.cs (1)
2516SetParametersCallCount++;
7 references to SetParametersCallCount
Microsoft.AspNetCore.Components.Tests (7)
RenderTreeDiffBuilderTest.cs (7)
245Assert.Equal(2, oldComponent.SetParametersCallCount); 1773Assert.Equal(1, originalComponentInstance.SetParametersCallCount); 1781Assert.Equal(1, originalComponentInstance.SetParametersCallCount); // Received no further parameter change notification 1803Assert.Equal(1, componentInstance.SetParametersCallCount); 1809Assert.Equal(2, componentInstance.SetParametersCallCount); 2064Assert.Equal(2, oldComponents[0].SetParametersCallCount); 2065Assert.Equal(1, oldComponents[1].SetParametersCallCount);