in my unit test, the ViewResult.ViewName property is always empty when i use the action name for the view:
return View(model);
or
return View();
Is that by design?
|
in my unit test, the ViewResult.ViewName property is always empty when i use the action name for the view:
Is that by design?
| |||
|
feedback
|
|
Yes it is by design:
Checkout MVCContrib.TestHelper for better syntax:
| |||||
|
feedback
|
|
Looks like it is indeed:
| |||
|
feedback
|