reduce api Value/lf Value boilerplate in AbstractHttpServiceIntegrationTest #13356
Open
Description
Much of the code in json-api testing for building Daml values is restating types or satisfying particular case class structures. We have tools to reduce that boilerplate significantly, e.g. ValueAddend
and recordFromFields
, that we can use to make the actual test values more readily apparent to the reader.
Activity