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

[Java] Add BeforeAll and AfterAll hooks #1876

Merged
merged 34 commits into from
Apr 3, 2021

Commits on Jan 26, 2020

  1. [Java] Add BeforeAll and AfterAll hooks

    Work in progress to fix #515.
    
    TODO:
     - [ ] How to deal with failure?
      - [ ] Test with JUnit4
      - [ ] Test with JUnit5
      - [ ] Test with TestNG
      - [ ] Test with CLI
      - [ ] Invoke around semantics?
     - [ ] How to report execution results?
      - [ ] TeamCity Plugin
      - [ ] Pretty formatter
      - [ ] Messages/Events
    mpkorstanje committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    2f4e9da View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

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

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    ac7ed17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d2a80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbaeeac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c64cc35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    950e158 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91002b4 View commit details
    Browse the repository at this point in the history
  7. Sort hooks

    mpkorstanje committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    32b4d7b View commit details
    Browse the repository at this point in the history
  8. Reduce diff size

    mpkorstanje committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    b49a269 View commit details
    Browse the repository at this point in the history
  9. Experimental api

    mpkorstanje committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    bf1d23e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    32dc361 View commit details
    Browse the repository at this point in the history
  2. Reduce logspam

    mpkorstanje committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    7cf19be View commit details
    Browse the repository at this point in the history
  3. Reduce logspam

    mpkorstanje committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b15778d View commit details
    Browse the repository at this point in the history
  4. Reduce logspam

    mpkorstanje committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a091372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c852fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    314eeb7 View commit details
    Browse the repository at this point in the history
  7. Fix

    mpkorstanje committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    3518c59 View commit details
    Browse the repository at this point in the history
  8. Fix

    mpkorstanje committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ce7967e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2781758 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. This works

    mpkorstanje committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    4b047fb View commit details
    Browse the repository at this point in the history
  2. Improve the examples

    mpkorstanje committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    26b75ab View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

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

    mpkorstanje committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    8f97461 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    mpkorstanje committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    c6f3768 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    419aaa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01e9ca4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

    mpkorstanje committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    1b13fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    692870f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Update docs

    mpkorstanje committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    654a741 View commit details
    Browse the repository at this point in the history
  2. Update tests

    mpkorstanje committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    28f9d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5272080 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    mpkorstanje committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    67889c2 View commit details
    Browse the repository at this point in the history