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, SCS_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 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>
Exception
protected void cleanupResource() throws Exception
AbstractExternalResourceTestSupport
AbstractExternalResourceTestSupport.resource
field, which is guaranteed to be non null.cleanupResource
in class AbstractExternalResourceTestSupport<org.springframework.data.redis.connection.jedis.JedisConnectionFactory>
Exception
- any exception thrown by this method will be logged and swallowedCopyright © 2017 Pivotal Software, Inc.. All rights reserved.