Issues #41 Add errors when assert operators.
When operators are evaluated, we can found some asserter false. This patch add a management of errors in the asserter. Operators name and value is added in errors stack to identify which operator fail.
Two methods are available to identify if we have errors and to get there errors:
- hasErrors return a boolean which identify if some errors have been raised.
- getErrors return an array with operator name as key and arguments as values. #41
How do you reset the list of errors from one execution to another?
It's not possible for now to reset this list of errors from one execution to another. I will add it.
Thanks for your feedback
Add resetErrors method!
Don't rebase your patches each time. Just at the end.
Good to have a resetErrors method but it needs to run automatically between to assert.
@vonglasow ping?
Yep sorry stand by during too long I will try to finish it ASAP
No hurry :smiley:!