Stream: dev

Topic: JUnit5 JvmSetting extension


view this post on Zulip Oliver Bertuch (May 21 2023 at 21:05):

In my feature branch for OIDC config I just made testing with @JvmSetting easier and extensible... See how
decent it is to activate something like the feature flag for a whole test class now as an example https://github.com/poikilotherm/dataverse/blob/9268-mpconfig-oidc-provider/src/test/java/edu/harvard/iq/dataverse/api/auth/BearerTokenAuthMechanismTest.java

view this post on Zulip Oliver Bertuch (May 21 2023 at 21:09):

@Johannes D this is for you! Poor soul had to write so much annotations, now that's getting better I hope :wink:


Last updated: Nov 01 2025 at 14:11 UTC