google / polymorphicDSL

Apache License 2.0
11 stars 7 forks source link

Make test names displayed by JUnit4 shorter #68

Open incident-recipient opened 1 year ago

incident-recipient commented 1 year ago

The names are unique, but too long. Create a short display name.

We can perhaps cache the names of all tests and shorten them to the scenario name unless there is a conflict.