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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend ExpectedException's documentation and fix #687. #720

Merged
merged 3 commits into from
Oct 16, 2013

Commits on Oct 16, 2013

  1. Rewrite parts of the documentation.

    Describe every expect method with a single test.
    stefanbirkner committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    41f9674 View commit details
    Browse the repository at this point in the history
  2. Revert changes of 128553f. Fixes junit-team#687.

    Still fixes junit-team#121, but the original fix was superfluous. Added documentation
    about handling assumes and asserts in conjunction with the
    ExpectedException rule.
    stefanbirkner committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    bb13b31 View commit details
    Browse the repository at this point in the history
  3. Extract isAnyExceptionExpected().

    Improve readability and avoid duplicate code.
    stefanbirkner committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    8b35f0c View commit details
    Browse the repository at this point in the history