Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safeguard JUnit logger against non-standard TestCase #3438

Merged
merged 2 commits into from
Dec 6, 2018
Merged

Safeguard JUnit logger against non-standard TestCase #3438

merged 2 commits into from
Dec 6, 2018

Commits on Dec 6, 2018

  1. 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.
    epdenouden committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    9da9acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc32d6e View commit details
    Browse the repository at this point in the history