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

JUnit 5 extension #887

Merged
merged 41 commits into from
Nov 2, 2018
Merged

JUnit 5 extension #887

merged 41 commits into from
Nov 2, 2018

Commits on Sep 28, 2018

  1. Add JUnit Jupiter extension without implementation and simple test ad…

    …apted from spock extension
    britter committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    a057302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7936f90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff8dd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbfac67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92e2026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5304cda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09719a9 View commit details
    Browse the repository at this point in the history
  8. Add JavaDoc

    britter committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    6b7bad6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    728a50b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Better documentation

    britter committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    3a939bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a16e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    8d01abe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    475d349 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    88dc17a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68759c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd143e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdd6d0b View commit details
    Browse the repository at this point in the history
  5. Better local variable names

    britter committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    1b32a44 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. WIP for inheritance use case

    britter committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    bb1a146 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Fix javadoc generation

    britter committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    f3e0a5f View commit details
    Browse the repository at this point in the history
  2. Fix inheritance test case

    britter committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    99417cf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    e80512e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2c416b View commit details
    Browse the repository at this point in the history
  3. Add more documentation

    britter committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    4f39e1b View commit details
    Browse the repository at this point in the history
  4. Fix typo

    britter committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    f18010e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71307f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Fix typo

    Co-Authored-By: britter <beneritter@gmail.com>
    kiview and britter committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    c7c77c5 View commit details
    Browse the repository at this point in the history
  2. Make more specific what to annotate

    Co-Authored-By: britter <beneritter@gmail.com>
    kiview and britter committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    060d694 View commit details
    Browse the repository at this point in the history
  3. Add pointer to Testcontainers BOM

    Co-Authored-By: britter <beneritter@gmail.com>
    kiview and britter committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    f323fd8 View commit details
    Browse the repository at this point in the history
  4. Stream can be processed in parallel

    Co-Authored-By: britter <beneritter@gmail.com>
    kiview and britter committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    271a85b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abba31a View commit details
    Browse the repository at this point in the history
  6. Better method name

    britter committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    e3008bb View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary test cases

    britter committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    633197f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c876afa View commit details
    Browse the repository at this point in the history
  9. Remove code that was copied from #636 for the singleton use case whic…

    …h is not supported by this implementation
    britter committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    80292b8 View commit details
    Browse the repository at this point in the history
  10. Remove since tags

    britter committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    d1c5abe View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

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

Commits on Oct 28, 2018

  1. Shared containers have to be declared static

    Co-Authored-By: britter <beneritter@gmail.com>
    rnorth and britter committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    a6f9c40 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    britter committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    835c68e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Configuration menu
    Copy the full SHA
    1af5190 View commit details
    Browse the repository at this point in the history
  2. Rename tests

    britter committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    421c583 View commit details
    Browse the repository at this point in the history