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

annotation: Substitutably import the junit4 annotation package #490

Merged
merged 1 commit into from
Mar 13, 2022

Commits on Mar 13, 2022

  1. annotation: Substitutably import the junit4 annotation package

    If both junit4 and junit5 annotation package are available, we want to
    allow the junit4 bundle to import the package from the junit 5 bundle.
    This allows a single version of the package to be shared for when the
    tests are mixed junit4 and junit5 while preferring the junit5
    annotation package over the junit4 annotation package.
    
    Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
    bjhargrave committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    5005c67 View commit details
    Browse the repository at this point in the history