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
Do not throw needless fatals when logging non-standard TestCase
Not all project-specific implementations of TestCase implement support
for information methods like e.g. getNumAssertions() or hasOutput()
Rather than causing a scary fatal in the JUnit logger, we quietly skip
these elements in the log.
0 commit comments