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.
Comments: Resolved with changeset 74657.
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.
Comments: Resolved with changeset 74657.