Quantcast
Channel: Fluent Assertions
Viewing all articles
Browse latest Browse all 1402

Closed Issue: Fluent Assertion throws System.NullReferenceException [11900]

$
0
0
I have a test performing the following test:
alarmConfigViewModel.ShouldHave().AllProperties().IncludingNestedObjects().EqualTo(expectedAlarmConfigViewModel);

When it executes it throw a NullReferenceException. I've gone through the properties of alarmConfigViewModel and expectedAlarmConfigViewModel and both appear to be the same.

I have included a stack trace as an attachment.

Viewing all articles
Browse latest Browse all 1402

Trending Articles