fluentassertions / fluentassertions.mvc

Fluent Assertions extensions for ASP.NET MVC
Microsoft Public License
35 stars 10 forks source link

Fix for Issue 40 #41

Open rikrak opened 4 years ago

rikrak commented 4 years ago

This should help with #40 The issue might be that the subject under test might have a null value in the View data which causes the NullReferenceException.

Caveats: