Junit combined conditions with or/and between them
I have integration test setup written in Kotlin, that runs with junit (can’t change that) and is environment dependent.
We can’t use spring (which allows the expression language) either.
JUnit 5 Extensions with Kotlin
I have this working in Java: