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

Replace System Rules with System Lambda #1434

Merged
merged 1 commit into from Oct 13, 2020
Merged

Replace System Rules with System Lambda #1434

merged 1 commit into from Oct 13, 2020

Commits on Oct 9, 2020

  1. Replace System Rules with System Lambda

    System Lambda is independent of the test framework while System Rules is
    build for JUnit 4. We are using JUnit Jupiter and therefore System
    Lambda is the better choice.
    
    In addition System Lambda is more precise. It allows to set environment
    variables for a single statement only. This already improves the
    readability of the test because you can now immediately see which
    environment variables are set when SystemInfo#findContainerDetails is
    executed.
    stefanbirkner committed Oct 9, 2020
    Copy the full SHA
    4a591ad View commit details
    Browse the repository at this point in the history