com.lordofthejars.nosqlunit.redis
Class RedisRule
java.lang.Object
com.lordofthejars.nosqlunit.core.AbstractNoSqlTestRule
com.lordofthejars.nosqlunit.redis.RedisRule
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class RedisRule
- extends AbstractNoSqlTestRule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedisRule
public RedisRule(RedisConfiguration redisConfiguration)
RedisRule
public RedisRule(RedisConfiguration redisConfiguration,
Object target)
getDatabaseOperation
public DatabaseOperation<redis.clients.jedis.Jedis> getDatabaseOperation()
- Specified by:
getDatabaseOperation in class AbstractNoSqlTestRule
getWorkingExtension
public String getWorkingExtension()
- Specified by:
getWorkingExtension in class AbstractNoSqlTestRule
Copyright © 2012. All Rights Reserved.