Skip to content

Commit 8c2c2c7

Browse files
committed
Deprecated ShouldRenderFile.
Partial implementation of #3.
1 parent 45e1155 commit 8c2c2c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestStack.FluentMvcTesting/ControllerResultTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ public FileContentResult ShouldRenderFileContents(byte[] contents = null, string
253253
return fileResult;
254254
}
255255

256+
[Obsolete("Obsolete: Use ShouldRenderFileContents instead.")]
256257
public FileContentResult ShouldRenderFile(string contentType = null)
257258
{
258259
ValidateActionReturnType<FileContentResult>();

0 commit comments

Comments
 (0)