TestNG Version
7.0.0
Expected behavior
assertNotEquals should not catch exception as a valid behaviour.
Actual behavior
assertNotEquals uses AssertionError thrown from assertEquals as validation.
Using exception breakpoint on AssertionError results on false positives because of this behaviour.