You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JUnit 5 there is a EngineTestKit which can be used to check assumptions. We should create a test which assumes tests are skipped and failed on Windows, typically at least, where Docker is not available. Then test the opposite when docker is available, that the tests succeed.
The text was updated successfully, but these errors were encountered:
In JUnit 5 there is a
EngineTestKit
which can be used to check assumptions. We should create a test which assumes tests are skipped and failed on Windows, typically at least, where Docker is not available. Then test the opposite when docker is available, that the tests succeed.The text was updated successfully, but these errors were encountered: