12 references to GetMockFormFile
Microsoft.AspNetCore.Mvc.Core.Test (12)
ModelBinding\Binders\FormFileModelBinderTest.cs (12)
19GetMockFormFile("file", "file1.txt")
43GetMockFormFile("file", "file1.txt")
78GetMockFormFile($"{propertyName}", "file1.txt")
118GetMockFormFile($"FileList.{propertyName}", "file1.txt")
159GetMockFormFile("[myFile]", "file1.txt")
193GetMockFormFile("FileDictionary[myFile]", "file1.txt")
314GetMockFormFile("different name", "file1.txt")
336GetMockFormFile("FieldName", "file1.txt"),
337GetMockFormFile("ModelName", "file1.txt")
384GetMockFormFile("file", "")
485GetMockFormFile("file", "file1.txt"),
486GetMockFormFile("file", "file2.txt"),