test-arranger
test-arranger copied to clipboard
Introduce copy methods for rearanging records and immutable fields
Similar to kotlin's data Class copy methods. Should create new instance with values taken from old instance and accept overrides.
Rearranger.copy(object, Map<fieldName,overrider>)