4 instantiations of FormatModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperDisplayExtensionsTest.cs (4)
99new FormatModel{ FormatProperty = Status.Created }, 103new FormatModel { FormatProperty = Status.Done }, 117new FormatModel {NonFormatProperty = Status.Created }, 121new FormatModel {NonFormatProperty = Status.Done },
8 references to FormatModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (8)
Rendering\HtmlHelperDisplayExtensionsTest.cs (6)
92public static TheoryData<FormatModel, string> EnumFormatModels 96return new TheoryData<FormatModel, string> 110public static TheoryData<FormatModel, string> EnumUnformattedModels 114return new TheoryData<FormatModel, string> 130public void Display_UsesTemplateUnFormatted(FormatModel model, string expectedResult) 156public void Display_UsesTemplateFormatted(FormatModel model, string expectedResult)
Rendering\HtmlHelperEditorExtensionsTest.cs (2)
14public void Display_UsesTemplateUnFormatted(HtmlHelperDisplayExtensionsTest.FormatModel model, string expectedResult) 40public void Display_UsesTemplateFormatted(HtmlHelperDisplayExtensionsTest.FormatModel model, string expectedResult)