multiplatform-settings icon indicating copy to clipboard operation
multiplatform-settings copied to clipboard

Add a toString for MapSettings

Open dalewking opened this issue 7 months ago • 1 comments

When trying to do assertions on MapSettings it would be nice to have some form of toString to display the contents when a test fails. Or you could just expose a read-only version of the delegate

dalewking avatar May 07 '25 07:05 dalewking

This makes some sense. For now, one workaround would be to manually pass a MutableMap to the MapSettings constructor and hold onto that instance to make assertions

russhwolf avatar May 08 '25 18:05 russhwolf