Unit Test Rule for throw exception
I haven't been able to work out how to create unit test rules that will handle a throw exception step.
I have flows which throw exceptions with a constructed message, which will be caught and handled in a calling flow.
At the local flow I have a unit test which will trigger the exception, but I can't work out how to have a unit test rule that recognises the exception outcome and says the test has been a success.
I have flows which throw exceptions with a constructed message, which will be caught and handled in a calling flow.
At the local flow I have a unit test which will trigger the exception, but I can't work out how to have a unit test rule that recognises the exception outcome and says the test has been a success.
0