Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
test-1.4.0
-
None
Description
org.apache.onami.test.handler.MockHandler class trows org.apache.onami.test.reflection.HandleException building error message concatenating string
This is not just not efficient, it is also less developer friendly for maintenance, it would be easier introducing varags constructor such as HandleException(String, Object...args) - which keeps also backward compatibility