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

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -