1 instantiation of ClassWithNoDefaultConstructor
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
ActionParametersIntegrationTest.cs (1)
1077
return new
ClassWithNoDefaultConstructor
(100);
7 references to ClassWithNoDefaultConstructor
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
ActionParametersIntegrationTest.cs (7)
411
typeof(
ClassWithNoDefaultConstructor
).FullName,
477
typeof(
ClassWithNoDefaultConstructor
).FullName),
613
ParameterType = typeof(
ClassWithNoDefaultConstructor
)
624
var
boundModel = Assert.IsType<
ClassWithNoDefaultConstructor
>(modelBindingResult.Model);
916
public
ClassWithNoDefaultConstructor
Property1 { get; set; }
1076
Assert.Equal(typeof(
ClassWithNoDefaultConstructor
), bindingContext.ModelType);