big-andy-coates / populace

Test utility to recursiving populate object graphs
Apache License 2.0
0 stars 0 forks source link

Add easy way to fully populate object with null values #51

Open big-andy-coates opened 9 years ago

big-andy-coates commented 9 years ago

Also useful for testing serialisation code.

Fields should be null, collections should contain a null value.

Will highlight if any part of the serialisation code goes 'Pop' when it encounters a null, or if the null value is lost, and replaced with a default value, when de-serialising.