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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduced @ResourceLock(target = SELF | CHILDREN) #3220

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Apr 1, 2023

  1. Introduced @ResourceLock(target = SELF | CHILDREN)

    Defaults to SELF to preserve existing behavior.
    Using CHILDREN has the same effect as declaring @ResourceLock on every @test method of a test class.
    
    Issue: junit-team#3102
    anatolyD committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    43605a2 View commit details
    Browse the repository at this point in the history
  2. Updated Demo Class

    anatolyD committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    e6801ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b559ee5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    95b323a View commit details
    Browse the repository at this point in the history
  2. style changes

    anatolyD committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    9fe9dca View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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