public class RedisTestSupport extends AbstractExternalResourceTestSupport<org.springframework.data.redis.connection.jedis.JedisConnectionFactory>
Rule
that detects the fact that a Redis server is running on localhost.logger, resource, XD_EXTERNAL_SERVERS_REQUIRED
Constructor and Description |
---|
RedisTestSupport() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanupResource()
Perform cleanup of the
AbstractExternalResourceTestSupport.resource field, which is guaranteed to be non null. |
protected void |
obtainResource()
Try to obtain and validate a resource.
|
apply, getResource
protected void obtainResource() throws java.lang.Exception
AbstractExternalResourceTestSupport
AbstractExternalResourceTestSupport.resource
field with a valid
resource and return normally, or throw an exception.obtainResource
in class AbstractExternalResourceTestSupport<org.springframework.data.redis.connection.jedis.JedisConnectionFactory>
java.lang.Exception
protected void cleanupResource() throws java.lang.Exception
AbstractExternalResourceTestSupport
AbstractExternalResourceTestSupport.resource
field, which is guaranteed to be non null.cleanupResource
in class AbstractExternalResourceTestSupport<org.springframework.data.redis.connection.jedis.JedisConnectionFactory>
java.lang.Exception
- any exception thrown by this method will be logged and swallowed