ocadotechnology / test-arranger

Arranges test data as fully populated objects
Apache License 2.0
23 stars 2 forks source link

Test-arranger does not initialize collections in records #37

Closed mjureczko closed 2 years ago

mjureczko commented 2 years ago

Having record Data(int value, String name, Set aliases) {}

the execution of: Data actual = some(Data.class);

will result in: actual.aliases == null

while it should be a set of size equal to 1 or more.

mjureczko commented 2 years ago

Scheduled for 1.5.3 release.