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

CartesianProductTestExtension from JUnit examples #321

Merged
merged 51 commits into from
Oct 6, 2020
Merged

CartesianProductTestExtension from JUnit examples #321

merged 51 commits into from
Oct 6, 2020

Commits on Jul 31, 2020

  1. WIP

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

Commits on Aug 14, 2020

  1. Initial commit - copied sources from JUnit 5 examples.

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    0df7381 View commit details
    Browse the repository at this point in the history
  2. Some more tests

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

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    bb0f012 View commit details
    Browse the repository at this point in the history
  4. WIP config tests

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    edbf0fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd8d33a View commit details
    Browse the repository at this point in the history
  6. More tests and an ugly new utility method

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8c04e10 View commit details
    Browse the repository at this point in the history
  7. Added docs and more tests

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    c5f0b28 View commit details
    Browse the repository at this point in the history
  8. Added some javadoc (also spotless)

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

Commits on Aug 15, 2020

  1. added factory() for specifying static factory name, refactored docu…

    …mentation
    
    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    698ac4b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Rewrote documentation, added new test

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    0bec357 View commit details
    Browse the repository at this point in the history
  2. Fix bad test and weird formatting things

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

Commits on Aug 21, 2020

  1. Create our own CartesianValueSource for supplying parameter values …

    …to `CartesianProductTest`
    
    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    06d45a7 View commit details
    Browse the repository at this point in the history
  2. Rewrote documentation again.

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    15ce2f2 View commit details
    Browse the repository at this point in the history
  3. Making SONAR happy

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

Commits on Aug 24, 2020

  1. Remove duplicate elements from inputs

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

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    088288c View commit details
    Browse the repository at this point in the history
  3. Added some explanation about the extension removing duplicates

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

Commits on Aug 29, 2020

  1. Documentation updates following suggestions

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

Commits on Aug 30, 2020

  1. Fixing typo

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

Commits on Sep 8, 2020

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

Commits on Sep 9, 2020

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

Commits on Sep 20, 2020

  1. CartesianProductTest display names should align with ParameterizedTes…

    …t display names
    
    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    2b04189 View commit details
    Browse the repository at this point in the history
  2. Applying suggestions to documentation

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

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    916c0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b76351d View commit details
    Browse the repository at this point in the history
  3. Replace AssertionError with ExtensionConfigurationException

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

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

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

    Signed-off-by: Mihaly Verhas <misi.verhas@gmail.com>
    Michael1993 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    118c3e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7186f69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99003da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ef09b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72d01df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d377620 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    722abb0 View commit details
    Browse the repository at this point in the history
  13. Fix creaky things

    Michael1993 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    f22aaae View commit details
    Browse the repository at this point in the history
  14. Add missing test case

    Michael1993 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    cfd8555 View commit details
    Browse the repository at this point in the history
  15. no star imports

    Michael1993 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    0f70f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

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

Commits on Sep 29, 2020

  1. Small edits in tests

    Nicolai Parlog committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a802ca8 View commit details
    Browse the repository at this point in the history
  2. Reduce visibility

    Nicolai Parlog committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b620344 View commit details
    Browse the repository at this point in the history
  3. Small refactorings

    Nicolai Parlog committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6c07302 View commit details
    Browse the repository at this point in the history
  4. DEATH TO SPACES! ☠

    Nicolai Parlog committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    7cd5f19 View commit details
    Browse the repository at this point in the history
  5. DEATH TO SPOTLESS! ☠ ☠ ☠

    Nicolai Parlog committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    0860c8e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    dec1990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7d1d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c89cf05 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Improve Javadoc

    Nicolai Parlog committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    26c0bbb View commit details
    Browse the repository at this point in the history
  2. Fix Javadoc

    Nicolai Parlog committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    6c0be91 View commit details
    Browse the repository at this point in the history