Uses of Class
com.redis.testcontainers.junit.RedisTestContext
-
-
Uses of RedisTestContext in com.redis.testcontainers.junit
Methods in com.redis.testcontainers.junit that return RedisTestContext Modifier and Type Method Description RedisTestContextAbstractTestcontainersRedisTestBase. getContext(com.redis.testcontainers.RedisServer server)protected RedisTestContextAbstractTestcontainersRedisTestBase. removeRedisTestContext(com.redis.testcontainers.RedisServer server)Methods in com.redis.testcontainers.junit that return types with arguments of type RedisTestContext Modifier and Type Method Description java.util.List<RedisTestContext>AbstractTestcontainersRedisTestBase. getAllContexts()java.util.List<RedisTestContext>AbstractTestcontainersRedisTestBase. getContexts()java.util.List<RedisTestContext>RedisTestInstance. getContexts()
-