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:
I struggle with git, so this pull request may not work as my fork may not be in an appropriate state :-(
The code contains references to a TestController class (surrounded by compiler directives for NETCOREAPP1_0) I couldn't find the TestController class, so I couldn't add the necessary method to it. The projects didn't seem to be setup for .netcore, so I've assumed this is non-functional code. - I could well be wrong on this :-)
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: