Add a test to ensure that the .stream() stream is calling model setters correctly, since it's absolutely critical that it does (given that it swallows Document setter errors with a try/catch and might inadvertently silence programmer errors as well).
Add a test to ensure that the
.stream()
stream is calling model setters correctly, since it's absolutely critical that it does (given that it swallowsDocument
setter errors with atry
/catch
and might inadvertently silence programmer errors as well).