ocadotechnology / test-arranger

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

Introduce copy methods for rearanging records #56

Open mjureczko opened 1 year ago

mjureczko commented 1 year ago

Similar to kotlin's data Class copy methods. Should create new instance with values taken from old instance and accept overrides.