CodePlexProject Hosting for Open Source Software
I want to test that my default ctor initialize all array properties with empty arrays, Is it possible to get all array properties from class using FluentAssertion to know are they all initialized?
The only way to do that right now is to use the .Should().NotBeEmpty() on the collection properties. This will also verify that the collection is not null.
Are you sure you want to delete this post? You will not be able to recover it later.
Are you sure you want to delete this thread? You will not be able to recover it later.