You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Guys,
i implemented various testcases, which per default disable store updates. I would like to let the developers know why the test failed and especially at which point or class the change happens.
I am aware about custom error messages, but unfortunately this doesn't apply to exceptions. My current approach is to throw my own exception, pointing towards the JavaClass which throws the StoreUpdatedFailedException. However, it seems that the framework is not designed to check rules on individual Java classes.
Is there any possibility to extract the specific JavaClass that throws the exception?
Thanks for any assistance
The text was updated successfully, but these errors were encountered:
Hi Guys,
i implemented various testcases, which per default disable store updates. I would like to let the developers know why the test failed and especially at which point or class the change happens.
I am aware about custom error messages, but unfortunately this doesn't apply to exceptions. My current approach is to throw my own exception, pointing towards the JavaClass which throws the StoreUpdatedFailedException. However, it seems that the framework is not designed to check rules on individual Java classes.
Is there any possibility to extract the specific JavaClass that throws the exception?
Thanks for any assistance
The text was updated successfully, but these errors were encountered: