com.lordofthejars.nosqlunit.redis
Class ManagedRedis
java.lang.Object
org.junit.rules.ExternalResource
com.lordofthejars.nosqlunit.core.AbstractLifecycleManager
com.lordofthejars.nosqlunit.redis.ManagedRedis
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class ManagedRedis
- extends AbstractLifecycleManager
| Methods inherited from class org.junit.rules.ExternalResource |
apply |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PORT
protected static final int DEFAULT_PORT
- See Also:
- Constant Field Values
DEFAULT_REDIS_TARGET_PATH
protected static final String DEFAULT_REDIS_TARGET_PATH
REDIS_BINARY_DIRECTORY
protected static final String REDIS_BINARY_DIRECTORY
- See Also:
- Constant Field Values
REDIS_EXECUTABLE_X
protected static final String REDIS_EXECUTABLE_X
- See Also:
- Constant Field Values
getHost
protected String getHost()
- Specified by:
getHost in class AbstractLifecycleManager
getPort
protected int getPort()
- Specified by:
getPort in class AbstractLifecycleManager
doStart
protected void doStart()
throws Throwable
- Specified by:
doStart in class AbstractLifecycleManager
- Throws:
Throwable
doStop
protected void doStop()
- Specified by:
doStop in class AbstractLifecycleManager
setOperatingSystemResolver
protected void setOperatingSystemResolver(OperatingSystemResolver operatingSystemResolver)
setCommandLineExecutor
protected void setCommandLineExecutor(CommandLineExecutor commandLineExecutor)
Copyright © 2012. All Rights Reserved.