Modify ↓
#13799 closed enhancement (fixed)
Use builder pattern for TestError
Reported by: | simon04 | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | 16.10 |
Component: | Core | Version: | |
Keywords: | refactoring | Cc: |
Description
The many parameters of TestError
constructors make the code hard to read, also causing some tests to write helper methods to create errors. The builder pattern comes to rescue.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
In 11129/josm: