Is it possible to configure Intellij Idea to break when JUnit java.lang.AssertionError occurs during debugging?
I know that Intellij Idea supports the ability to break when exceptions occur during debugging, but I'm not sure if this is possible for AssertionErrors.
This would be especially useful when a large application context needs to be prepared before unit tests are run.
I searched, but could not find the answer to this question.
Here's how my Run> View Breakpoints is configured ...> Java Breakpoints Configuration:

java intellij-idea junit
Dan torrey
source share