Converts standard UUID text to UUID
All 2 scenarios hold
The first digit of the third group is the UUID version.
expected outcome
broken scenario
| Scenario | Input value | Parameter type? | UUID version? |
|---|---|---|---|
| Random UUID | d043e930-7b3b-48e3-bdbe-5a3ccfb833db | java.util.UUID | 4 |
| Time-based UUID | 6ba7b810-9dad-11d1-80b4-00c04fd430c8 | java.util.UUID | 1 |