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

Add withExceptions attribute to @ExpectedToFail #774

Merged
merged 25 commits into from
Mar 26, 2024

Commits on Oct 7, 2023

  1. Add onExceptions attribute to @ExpectedToFail

    Adds a new `onExceptions` attribute to `@ExpectedToFail` using which the scope of the extension can be limited to only consider the test as successful if the thrown exception matches one of the given types.
    
    Fixes: junit-pioneer#769
    knutwannheden committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    28a8953 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Address review findings

    knutwannheden committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    17deba7 View commit details
    Browse the repository at this point in the history
  2. Update src/main/java/org/junitpioneer/jupiter/ExpectedToFail.java

    Co-authored-by: Mihály Verhás <misi.verhas@gmail.com>
    knutwannheden and Michael1993 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4eda00d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42532c View commit details
    Browse the repository at this point in the history
  4. Apply Spotless

    knutwannheden committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7256903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aa955f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    af5ad33 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    33a70e8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    knutwannheden committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    76467b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Update src/main/java/org/junitpioneer/jupiter/ExpectedToFail.java

    Co-authored-by: Daniel Kraus <daniel.kraus@mailbox.org>
    knutwannheden and beatngu13 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e721325 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    7df9a9d View commit details
    Browse the repository at this point in the history
  2. Update README.adoc

    knutwannheden committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    240d2fa View commit details
    Browse the repository at this point in the history
  3. Remove empty README.md

    knutwannheden committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ff50d7e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Correctly order contributions

    nipafx committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    cfa7b06 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    3506e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c3fb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f51905 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Update docs/expected-to-fail-tests.adoc

    Co-authored-by: Mihály Verhás <misi.verhas@gmail.com>
    knutwannheden and Michael1993 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7076e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8e806 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    8ec98a1 View commit details
    Browse the repository at this point in the history
  2. Fix failing test...

    knutwannheden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    78b9d86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a8eb5a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    a43b3ce View commit details
    Browse the repository at this point in the history
  2. Update assertion

    beatngu13 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f5c5e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2edbfa8 View commit details
    Browse the repository at this point in the history