1 write to SetParametersCallCount
Microsoft.AspNetCore.Components.Tests (1)
RenderTreeDiffBuilderTest.cs (1)
2511SetParametersCallCount++;
7 references to SetParametersCallCount
Microsoft.AspNetCore.Components.Tests (7)
RenderTreeDiffBuilderTest.cs (7)
245Assert.Equal(2, oldComponent.SetParametersCallCount); 1768Assert.Equal(1, originalComponentInstance.SetParametersCallCount); 1776Assert.Equal(1, originalComponentInstance.SetParametersCallCount); // Received no further parameter change notification 1798Assert.Equal(1, componentInstance.SetParametersCallCount); 1804Assert.Equal(2, componentInstance.SetParametersCallCount); 2059Assert.Equal(2, oldComponents[0].SetParametersCallCount); 2060Assert.Equal(1, oldComponents[1].SetParametersCallCount);