4 writes to IncludedProperty
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\ModelBindingHelperTest.cs (4)
171
IncludedProperty
= "Old-IncludedPropertyValue",
251
IncludedProperty
= "Old-IncludedPropertyValue",
302
IncludedProperty
= "Old-IncludedPropertyValue",
501
IncludedProperty
= "Old-IncludedPropertyValue",
9 references to IncludedProperty
Microsoft.AspNetCore.Mvc.Core.Test (9)
ModelBinding\ModelBindingHelperTest.cs (9)
150
Assert.Null(model.
IncludedProperty
);
204
Assert.Equal("IncludedPropertyValue", model.
IncludedProperty
);
225
m => m.
IncludedProperty
);
230
Assert.Null(model.
IncludedProperty
);
275
m => m.
IncludedProperty
,
281
Assert.Equal("IncludedPropertyValue", model.
IncludedProperty
);
331
Assert.Equal("IncludedPropertyValue", model.
IncludedProperty
);
480
Assert.Null(model.
IncludedProperty
);
535
Assert.Equal("IncludedPropertyValue", model.
IncludedProperty
);