com.lordofthejars.nosqlunit.redis
Class ManagedRedis
java.lang.Object
org.junit.rules.ExternalResource
com.lordofthejars.nosqlunit.redis.ManagedRedis
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class ManagedRedis
- extends org.junit.rules.ExternalResource
|
Method Summary |
protected void |
after()
|
protected void |
before()
|
| 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 |
managedRedisLifecycleManager
protected ManagedRedisLifecycleManager managedRedisLifecycleManager
before
protected void before()
throws Throwable
- Overrides:
before in class org.junit.rules.ExternalResource
- Throws:
Throwable
after
protected void after()
- Overrides:
after in class org.junit.rules.ExternalResource
Copyright © 2012. All Rights Reserved.