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

DisableIfArgument #368

Merged
merged 36 commits into from
May 29, 2021
Merged

DisableIfArgument #368

merged 36 commits into from
May 29, 2021

Commits on Sep 26, 2020

  1. Created PoC extension for disabling parameterized tests

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    d99e74b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    62bf604 View commit details
    Browse the repository at this point in the history
  2. Replaced value() with contains() and matches()

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    d223cfd View commit details
    Browse the repository at this point in the history
  3. Disable based on containing and RegEx

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    9574ea8 View commit details
    Browse the repository at this point in the history
  4. Updated tests

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    0168cc1 View commit details
    Browse the repository at this point in the history
  5. Spotless, no :(

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    c4e3576 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Add documentation based on DisableIfDisplayName

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    f9f46c8 View commit details
    Browse the repository at this point in the history
  2. README.md updated to include contribution

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    81fddd9 View commit details
    Browse the repository at this point in the history
  3. Simplify orElseThrow

    (no, not because this will make Sonar consider it 100% covered, why would you think that?)
    
    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    98663ed View commit details
    Browse the repository at this point in the history
  4. Update tests to include a poem (Oscar Wilde: Requiescat)

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    2cfc8c1 View commit details
    Browse the repository at this point in the history
  5. Update package-info.java with the new addition

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b85e3e0 View commit details
    Browse the repository at this point in the history
  6. Fix comma typo

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5643ebf View commit details
    Browse the repository at this point in the history
  7. Add references to contribution

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    10e4d8a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Update code and documentation according to feedback

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    bbe9dd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. In progress DisableIfParameter

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    26fdcb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. No parameters can not be disabled.

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    ff66f85 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Update DisableIfParameter based on feedback

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4b8d27b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into issue313/explore-invo…

    …cation-interceptor
    
    # Conflicts:
    #	README.md
    #	docs/docs-nav.yml
    #	src/main/java/org/junitpioneer/jupiter/params/DisableIfNameExtension.java
    #	src/test/java/org/junitpioneer/jupiter/params/DisabledIfNameExtensionTests.java
    Michael1993 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c3459d9 View commit details
    Browse the repository at this point in the history
  3. Update tests and formatting

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a5bd7ca View commit details
    Browse the repository at this point in the history
  4. Update tests

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b0e08e3 View commit details
    Browse the repository at this point in the history
  5. Invalid input returns exception

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8bb3765 View commit details
    Browse the repository at this point in the history
  6. Invalid input returns exception, try #2

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    6903f5b View commit details
    Browse the repository at this point in the history
  7. Add another test

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b6886d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Update docs

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    87637cb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    6c32440 View commit details
    Browse the repository at this point in the history
  2. Trigger checks again

    Michael1993 committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    cf6d5dc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Add JavaDoc on annotations

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    faf3d60 View commit details
    Browse the repository at this point in the history
  2. More JavaDoc updates

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    6d99b67 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Minor documentation polish

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    612030f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

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

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    960051f View commit details
    Browse the repository at this point in the history
  2. Edit documentation

    Nicolai Parlog committed May 18, 2021
    Configuration menu
    Copy the full SHA
    76aa6d8 View commit details
    Browse the repository at this point in the history
  3. Moving code around

    Nicolai Parlog committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4fad9b5 View commit details
    Browse the repository at this point in the history
  4. Rename "Parameter" to "Argument"

    Nicolai Parlog committed May 18, 2021
    Configuration menu
    Copy the full SHA
    058a1a2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Merge branch 'main' of https://github.com/junit-pioneer/junit-pioneer

    …into issue313/explore-invocation-interceptor
    Michael1993 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    7f8c331 View commit details
    Browse the repository at this point in the history
  2. Add since in javadoc

    Michael1993 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    27bd4fb View commit details
    Browse the repository at this point in the history