5 instantiations of HasCaptureUnmatchedValuesProperty
Microsoft.AspNetCore.Components.Tests (5)
15 references to HasCaptureUnmatchedValuesProperty
Microsoft.AspNetCore.Components.Tests (15)
ParameterViewTest.Assignment.cs (15)
323var target = new HasCaptureUnmatchedValuesProperty();
327{ nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues), value },
341var target = new HasCaptureUnmatchedValuesProperty();
344{ nameof(HasCaptureUnmatchedValuesProperty.StringProp), "hi" },
372var target = new HasCaptureUnmatchedValuesProperty();
375{ nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues), new Dictionary<string, object>() },
385$"The property '{nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues)}' on component type '{typeof(HasCaptureUnmatchedValuesProperty).FullName}' cannot be set explicitly when " +
396var target = new HasCaptureUnmatchedValuesProperty();
401{ nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues), new Dictionary<string, object>() },
409$"The property '{nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues)}' on component type '{typeof(HasCaptureUnmatchedValuesProperty).FullName}' cannot be set explicitly when " +
485var target = new HasCaptureUnmatchedValuesProperty();
495$"The property '{nameof(HasCaptureUnmatchedValuesProperty.IntProp)}' on component type '{typeof(HasCaptureUnmatchedValuesProperty).FullName}' " +