I'm at a point with my testing that I need to either inject UUIDs or implement pattern matching/unification in my testing macro. I know there was an example in the docs of injecting uuid cofx, but it only handled a single uuid. I need multiple uuids, reproducible for testing, and I don't like the test depending on number of UUIDs or generation order. This sounds likely an impossible set of requirements.
I think I found a pretty obvious solution really, just to pass in a map. Sometimes I overthink things.