6 references to TestCascadingValue
Microsoft.AspNetCore.Components.Tests (6)
ParameterViewTest.cs (6)
98new CascadingParameterState(new(null, "attribute 2", attribute2Value.GetType()), new TestCascadingValue(attribute2Value)), 99new CascadingParameterState(new(null, "attribute 3", attribute3Value.GetType()), new TestCascadingValue(attribute3Value)), 193new CascadingParameterState(new(null, "another entry", typeof(object)), new TestCascadingValue(null)) 308new CascadingParameterState(new(null, "unrelated value 2", typeof(object)), new TestCascadingValue(null)), 309new CascadingParameterState(new(null, "my entry", myEntryValue.GetType()), new TestCascadingValue(myEntryValue)), 310new CascadingParameterState(new(null, "unrelated value 3", typeof(object)), new TestCascadingValue(null)),