You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/MyTested.AspNetCore.Mvc.DataAnnotations.Test/BuildersTests/ActionResultsTests/FileTests/FileTestBuilderTests.cs
+49-3Lines changed: 49 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public void WithFileProviderShouldThrowExceptionWithInvalidFileProvider()
"When calling FileWithFileProvider action in MvcController expected file result provider to be of IFileProvider type, but instead received CustomFileProvider.");
@@ -98,5 +127,22 @@ public void WithFileProviderOfTypeShouldNotThrowExceptionWithNullFileProvider()
98
127
},
99
128
"When calling FileWithNullProvider action in MvcController expected file result provider to be of CustomFileProvider type, but instead received null.");
"When calling FileWithNullProvider action in MvcController expected file result provider to be of CustomFileProvider type, but instead received null.");
0 commit comments