5 references to Add
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
FormFileUploadTest.cs (5)
35
content.
Add
(new StringContent("John"), "Name");
36
content.
Add
(new StringContent("23"), "Age");
59
content.
Add
(new StringContent("Phone"), "Name");
60
content.
Add
(new StringContent("camera"), "Specs[0].Key");
63
content.
Add
(new StringContent("battery"), "Specs[1].Key");