asp.net mvc - C# MVC Unit Testing: Check if View exists by name -




i have many controller actions return view. test whether actionresult not null, doesn't test whether valid view returned.

i not want check name, feel fragile. want grab view name returned in actionresult , somehow check if view exists/compiles.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -