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
Post a Comment