How to use @BeforeAll in my tests of io.quarkus.redis.datasource.RedisDataSource
I have a set of test classes in Quarkus that tests my app classes which use io.quarkus.redis.datasource.RedisDataSource
How to use @BeforeAll in my tests of io.quarkus.redis.datasource.RedisDataSource
I have a set of test classes in Quarkus that tests my app classes which use io.quarkus.redis.datasource.RedisDataSource